mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
testing/ab-tidy: new aport
This commit is contained in:
parent
a14d623b0a
commit
84f306b3e5
25
testing/ab-tidy/APKBUILD
Normal file
25
testing/ab-tidy/APKBUILD
Normal file
@ -0,0 +1,25 @@
|
||||
# Contributor: Hugo Osvaldo Barrera <hugo@whynothugo.nl>
|
||||
# Maintainer: Hugo Osvaldo Barrera <hugo@whynothugo.nl>
|
||||
pkgname=ab-tidy
|
||||
pkgver=0.1.0
|
||||
pkgrel=0
|
||||
pkgdesc="Tidy up an address book"
|
||||
url="https://sr.ht/~whynothugo/ab-tidy/"
|
||||
arch="x86_64 aarch64 riscv64" # Hare
|
||||
license="ISC"
|
||||
makedepends="hare"
|
||||
source="ab-tidy-$pkgver.tar.gz::https://git.sr.ht/~whynothugo/ab-tidy/archive/v$pkgver.tar.gz"
|
||||
options="!check"
|
||||
builddir="$srcdir/ab-tidy-v$pkgver/"
|
||||
|
||||
build() {
|
||||
make PREFIX=/usr
|
||||
}
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" PREFIX=/usr install
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
19510d7d340b3a3ef4487fdd6d7987d67f3d640c57485e6e5b7293dc41be3c42307cea3cad9d0a1b48c745ef3d35126dd5737085a4853db27553b7d36a319bb1 ab-tidy-0.1.0.tar.gz
|
||||
"
|
Loading…
Reference in New Issue
Block a user