mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +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>
|
# Contributor: Angelo Verlain <hey@vixalien.com>
|
||||||
maintainer="Angelo Verlain <hey@vixalien.com>"
|
maintainer="Angelo Verlain <hey@vixalien.com>"
|
||||||
pkgname=66-tools
|
pkgname=66-tools
|
||||||
pkgver=0.1.1.0
|
pkgver=0.1.2.0
|
||||||
pkgrel=1
|
pkgrel=0
|
||||||
pkgdesc="Small tools and helpers for service scripts execution"
|
pkgdesc="Small tools and helpers for service scripts execution"
|
||||||
url="https://web.obarun.org/software"
|
url="https://web.obarun.org/software"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
makedepends="
|
makedepends="
|
||||||
|
66-dev
|
||||||
execline-dev
|
execline-dev
|
||||||
lowdown
|
lowdown
|
||||||
|
meson
|
||||||
oblibs-dev
|
oblibs-dev
|
||||||
s6-dev
|
s6-dev
|
||||||
skalibs-dev
|
skalibs-dev
|
||||||
"
|
"
|
||||||
subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc $pkgname-nsrules"
|
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"
|
source="$pkgname-$pkgver.tar.gz::https://git.obarun.org/Obarun/66-tools/-/archive/$pkgver/66-tools-$pkgver.tar.gz"
|
||||||
options="!check"
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
abuild-meson \
|
||||||
--enable-static \
|
-Denable-static=true \
|
||||||
--prefix=/usr
|
-Dtest=true \
|
||||||
make
|
-Dwith-doc=true \
|
||||||
|
output .
|
||||||
|
meson compile -C output
|
||||||
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
meson test --print-errorlogs -C output
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
make DESTDIR="$pkgdir" install install-ns-rule
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||||||
}
|
}
|
||||||
|
|
||||||
nsrules() {
|
nsrules() {
|
||||||
pkgdesc="$pkgdesc (66-ns rules)"
|
pkgdesc="$pkgdesc (66-ns rules)"
|
||||||
depends="$pkgname"
|
depends="$pkgname"
|
||||||
|
arch="noarch"
|
||||||
|
|
||||||
amove usr/share/66/script/ns
|
amove usr/share/66/script/ns
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
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