maintainer="@MAINTAINER@"
pkgname=@DAEMON@-66
pkgver=@VERSION@
pkgrel=1
_packagefordaemon="${pkgname%-*}"
_suffix="${pkgname#*-}"
pkgdesc="66 frontend for package $_packagefordaemon"
url="https://web.obarun.org/software/66-service/Arch/$_packagefordaemon"
arch="all"
license="0BSD"
install_if="$_suffix $_packagefordaemon"
source="$pkgname-$pkgver.tar.gz::https://git.obarun.org/66-service/Arch/$_packagefordaemon/-/archive/$pkgver/66-$pkgver.tar.gz"
#options="!check"
#install="$pkgname.pre-install $pkgname.pre-upgrade"
build() {
./configure \
--prefix=/usr \
make
}
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="@SHA512SUMS@"
Kindly append to 66
's optional dependenies (need to be pulled automatically similar to install_if
dependenies) the packages like s6-networking
s6-portable-utils
66-tools
to ensure that every frontend will have these really basic tools available without pulling a dependency. Of course, they should be maskable via apk add !s6-linux-utils
if someone uses 66 without needing them...
I am away from any computer for quite a few days, sorry... Kindly proceed... Good Luck
Regards,
Pramod V U