mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-17 02:16:39 +02:00
41 lines
930 B
Text
41 lines
930 B
Text
# Contributor: Angelo Verlain <hey@vixalien.com>
|
|
maintainer="Angelo Verlain <hey@vixalien.com>"
|
|
pkgname=66-tools
|
|
pkgver=0.1.1.0
|
|
pkgrel=0
|
|
pkgdesc="Small tools and helpers for service scripts execution"
|
|
url="https://web.obarun.org/software"
|
|
arch="all"
|
|
license="0BSD"
|
|
makedepends="
|
|
execline-dev
|
|
lowdown
|
|
oblibs-dev
|
|
s6-dev
|
|
skalibs-dev
|
|
"
|
|
subpackages="$pkgname-dev $pkgname-doc $pkgname-nsrules"
|
|
source="$pkgname-$pkgver.tar.gz::https://git.obarun.org/Obarun/66-tools/-/archive/$pkgver/66-tools-$pkgver.tar.gz"
|
|
options="!check"
|
|
|
|
build() {
|
|
./configure \
|
|
--enable-static \
|
|
--prefix=/usr
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install install-ns-rule
|
|
}
|
|
|
|
nsrules() {
|
|
pkgdesc="$pkgdesc (66-ns rules)"
|
|
depends="$pkgname"
|
|
|
|
amove usr/share/66/script/ns
|
|
}
|
|
|
|
sha512sums="
|
|
66d26215a91c585c2b10f31ac4f9561f28cd61996312663739ee2bd8c1d8dea1a197a630912680f7986d4bd070ac8df45ae0a3ac727ab9abed3c30754ef981e3 66-tools-0.1.1.0.tar.gz
|
|
"
|