aports/main/yx/APKBUILD
Jake Buchholz Göktürk 2a0e6f5029 main/yx: upgrade to 1.0.2
2024-01-27 22:27:54 +00:00

30 lines
700 B
Text

# Contributor: Jake Buchholz Göktürk <tomalok@gmail.com>
# Maintainer: Jake Buchholz Göktürk <tomalok@gmail.com>
pkgname=yx
pkgver=1.0.2
pkgrel=0
pkgdesc="A small shell tool that allows extraction of targeted data from YAML"
url="https://gitlab.com/tomalok/yx"
arch="all"
license="MIT"
makedepends="yaml-dev"
source="
yx-$pkgver.tar.gz::https://gitlab.com/tomalok/yx/-/archive/$pkgver/yx-$pkgver.tar.gz
"
subpackages="$pkgname-doc::noarch"
build() {
make
}
check() {
make test
}
package() {
make install PREFIX="$pkgdir/usr"
}
sha512sums="
bc5f990f4a926bfa70a446d4d8d404c6d51dd36a28d0dc893c32b26543b1364470d5f7f37ee69a246716c021e3b33137393aafffca99e5da62aff2ee43af6eeb yx-1.0.2.tar.gz
"