mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
testing/66-tools: upgrade to 0.1.2.0
This commit is contained in:
parent
09992569f6
commit
eb2fba2351
1 changed files with 17 additions and 9 deletions
|
@ -1,41 +1,49 @@
|
|||
# Contributor: Angelo Verlain <hey@vixalien.com>
|
||||
maintainer="Angelo Verlain <hey@vixalien.com>"
|
||||
pkgname=66-tools
|
||||
pkgver=0.1.1.0
|
||||
pkgrel=1
|
||||
pkgver=0.1.2.0
|
||||
pkgrel=0
|
||||
pkgdesc="Small tools and helpers for service scripts execution"
|
||||
url="https://web.obarun.org/software"
|
||||
arch="all"
|
||||
license="ISC"
|
||||
makedepends="
|
||||
66-dev
|
||||
execline-dev
|
||||
lowdown
|
||||
meson
|
||||
oblibs-dev
|
||||
s6-dev
|
||||
skalibs-dev
|
||||
"
|
||||
subpackages="$pkgname-dbg $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
|
||||
abuild-meson \
|
||||
-Denable-static=true \
|
||||
-Dtest=true \
|
||||
-Dwith-doc=true \
|
||||
output .
|
||||
meson compile -C output
|
||||
}
|
||||
|
||||
check() {
|
||||
meson test --print-errorlogs -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install install-ns-rule
|
||||
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||||
}
|
||||
|
||||
nsrules() {
|
||||
pkgdesc="$pkgdesc (66-ns rules)"
|
||||
depends="$pkgname"
|
||||
arch="noarch"
|
||||
|
||||
amove usr/share/66/script/ns
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
66d26215a91c585c2b10f31ac4f9561f28cd61996312663739ee2bd8c1d8dea1a197a630912680f7986d4bd070ac8df45ae0a3ac727ab9abed3c30754ef981e3 66-tools-0.1.1.0.tar.gz
|
||||
aa79ed23dd8462b3e147302222cccd969ac3cdf833ce4bffff0eb9f0408b53faa88a3801b557c056a7137c7312b57f46a8af3ce8561bec6ec45eb56fe2917f15 66-tools-0.1.2.0.tar.gz
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue