mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-05 08:44:16 +02:00
testing/findtow: new aport
This commit is contained in:
parent
93c508ad5d
commit
f6b66bd63e
1 changed files with 26 additions and 0 deletions
26
testing/findtow/APKBUILD
Normal file
26
testing/findtow/APKBUILD
Normal file
|
@ -0,0 +1,26 @@
|
|||
# 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 ${JOBS:+-j ${JOBS}} -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||||
}
|
||||
|
||||
|
||||
sha512sums="
|
||||
2ae5a4715b32520a8d9a8029149a308b47f0e16019d3df45b8271883c251ac193599d39f666d09f97ba31562b7b7cc111cb5e2b3aa334f2899c8505b7f846f40 findtow-0.1.tar.gz
|
||||
"
|
Loading…
Add table
Add a link
Reference in a new issue