Add Gitea Alpine registry workflow
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# Maintainer: Local Builder <local@example.invalid>
|
||||
# Maintainer: Joachim Schlöffel <me@joachim-schloeffel.com>
|
||||
pkgname=seaweedfs
|
||||
pkgver=4.31
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Distributed storage system for object storage, file systems, and Iceberg tables"
|
||||
url="https://github.com/seaweedfs/seaweedfs"
|
||||
arch="x86_64 aarch64"
|
||||
license="Apache-2.0"
|
||||
depends="ca-certificates"
|
||||
provides="!$pkgname-openrc"
|
||||
depends="ca-certificates /bin/sh"
|
||||
provides="!$pkgname-openrc cmd:weed=$pkgver-r$pkgrel"
|
||||
install="$pkgname.pre-install"
|
||||
subpackages="
|
||||
$pkgname-admin-openrc:_openrc_admin:noarch
|
||||
@@ -21,7 +21,7 @@ subpackages="
|
||||
$pkgname-webdav-openrc:_openrc_webdav:noarch
|
||||
$pkgname-worker-openrc:_openrc_worker:noarch
|
||||
"
|
||||
options="!check !strip"
|
||||
options="!check !strip !tracedeps"
|
||||
|
||||
case "$CARCH" in
|
||||
x86_64)
|
||||
|
||||
Reference in New Issue
Block a user