mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 20:46:39 +02:00
27 lines
760 B
Text
27 lines
760 B
Text
# Contributor: Hugo Osvaldo Barrera <hugo@whynothugo.nl>
|
|
maintainer="Hugo Osvaldo Barrera <hugo@whynothugo.nl>"
|
|
pkgname=ab-tidy
|
|
pkgver=0.1.0
|
|
pkgrel=2
|
|
pkgdesc="Tidy up an address book"
|
|
url="https://git.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/"
|
|
|
|
export HARECACHE="${HARECACHE:-"$srcdir/hare-cache"}"
|
|
|
|
build() {
|
|
make PREFIX=/usr
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" PREFIX=/usr install
|
|
}
|
|
|
|
sha512sums="
|
|
19510d7d340b3a3ef4487fdd6d7987d67f3d640c57485e6e5b7293dc41be3c42307cea3cad9d0a1b48c745ef3d35126dd5737085a4853db27553b7d36a319bb1 ab-tidy-0.1.0.tar.gz
|
|
"
|