aports/testing/findtow/APKBUILD

26 lines
746 B
Text
Raw Normal View History

2022-01-26 22:54:49 +01:00
# Maintainer: Martijn Braam <martijn@brixit.nl>
# Contributor: Martijn Braam <martijn@brixit.nl>
pkgname=findtow
pkgver=0.1
pkgrel=0
pkgdesc="Command line tool for detecting tow-boot shared installations"
url="https://git.sr.ht/~martijnbraam/findtow"
arch="all"
license="GPL-3.0-only"
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~martijnbraam/findtow/archive/$pkgver.tar.gz"
makedepends="meson util-linux-dev"
options="!check" # No testsuite
build() {
abuild-meson . output
meson compile -C output
2022-01-26 22:54:49 +01:00
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="
2ae5a4715b32520a8d9a8029149a308b47f0e16019d3df45b8271883c251ac193599d39f666d09f97ba31562b7b7cc111cb5e2b3aa334f2899c8505b7f846f40 findtow-0.1.tar.gz
"