2021-11-13 11:37:03 +00:00
|
|
|
# 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
|
2021-11-13 11:37:03 +00:00
|
|
|
pkgdesc="synit pid 1 program"
|
|
|
|
url="https://synit.org/"
|
|
|
|
arch="all"
|
|
|
|
license="GPLv3"
|
2022-02-07 12:04:12 +00:00
|
|
|
depends="syndicate-server s6"
|
2021-11-13 11:37:03 +00:00
|
|
|
makedepends=""
|
2022-07-23 12:47:44 +00:00
|
|
|
source=""
|
2021-11-13 11:37:03 +00:00
|
|
|
builddir="$srcdir/"
|
|
|
|
options="!check"
|
|
|
|
|
|
|
|
build() {
|
2021-11-13 11:46:22 +00:00
|
|
|
:
|
2021-11-13 11:37:03 +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"
|
2022-02-07 12:04:12 +00:00
|
|
|
cp -p "$startdir/synit-log" "$pkgdir/sbin/synit-log"
|
2021-11-13 11:37:03 +00:00
|
|
|
}
|