synit/packaging/packages/synit-pid1/APKBUILD

25 lines
551 B
Plaintext
Raw Permalink Normal View History

# Contributor: Tony Garnock-Jones <tonyg@leastfixedpoint.com>
# Maintainer: Tony Garnock-Jones <tonyg@leastfixedpoint.com>
pkgname=synit-pid1
2022-07-25 14:45:41 +00:00
pkgver=$(cat VERSION)$(cat GITVERSION)
pkgrel=0
pkgdesc="synit pid 1 program"
url="https://synit.org/"
arch="all"
license="GPLv3"
depends="syndicate-server s6"
makedepends=""
2022-07-23 12:47:44 +00:00
source=""
builddir="$srcdir/"
options="!check"
build() {
2021-11-13 11:46:22 +00:00
:
}
package() {
2021-11-13 11:46:22 +00:00
mkdir -p "$pkgdir/sbin"
2022-07-23 12:47:44 +00:00
cp -p "$startdir/synit-pid1.${CARCH}" "$pkgdir/sbin/synit-pid1"
cp -p "$startdir/synit-log" "$pkgdir/sbin/synit-log"
}