mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
community/aercbook: move from testing
This commit is contained in:
parent
3086071a98
commit
aaa3bdee45
@ -2,7 +2,7 @@
|
|||||||
# Maintainer: Coco Liliace <coco@liliace.dev>
|
# Maintainer: Coco Liliace <coco@liliace.dev>
|
||||||
pkgname=aercbook
|
pkgname=aercbook
|
||||||
pkgver=0.1.5
|
pkgver=0.1.5
|
||||||
pkgrel=1
|
pkgrel=0
|
||||||
pkgdesc="Minimalistic address book for aerc"
|
pkgdesc="Minimalistic address book for aerc"
|
||||||
url="https://sr.ht/~renerocksai/aercbook/"
|
url="https://sr.ht/~renerocksai/aercbook/"
|
||||||
arch="aarch64 x86_64"
|
arch="aarch64 x86_64"
|
||||||
@ -17,11 +17,11 @@ builddir="$srcdir/$pkgname-v$pkgver"
|
|||||||
|
|
||||||
# We may want other than "baseline" for other targets, when enabled by zig
|
# We may want other than "baseline" for other targets, when enabled by zig
|
||||||
case "$CARCH" in
|
case "$CARCH" in
|
||||||
aarch64|x86_64) cputarget=baseline ;;
|
aarch64|x86_64) _cputarget=baseline ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
zig build -Doptimize=ReleaseSafe ${cputarget:+-Dcpu="$cputarget"}
|
zig build -Doptimize=ReleaseSafe ${_cputarget:+-Dcpu="$_cputarget"}
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
Loading…
Reference in New Issue
Block a user