Add Gitea Alpine registry workflow

This commit is contained in:
Joachim Schlöffel
2026-06-07 23:27:06 +02:00
parent 772eba1e20
commit bb176142e5
12 changed files with 282 additions and 14 deletions

View File

@@ -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)