mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +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>
|
||||
pkgname=aercbook
|
||||
pkgver=0.1.5
|
||||
pkgrel=1
|
||||
pkgrel=0
|
||||
pkgdesc="Minimalistic address book for aerc"
|
||||
url="https://sr.ht/~renerocksai/aercbook/"
|
||||
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
|
||||
case "$CARCH" in
|
||||
aarch64|x86_64) cputarget=baseline ;;
|
||||
aarch64|x86_64) _cputarget=baseline ;;
|
||||
esac
|
||||
|
||||
build() {
|
||||
zig build -Doptimize=ReleaseSafe ${cputarget:+-Dcpu="$cputarget"}
|
||||
zig build -Doptimize=ReleaseSafe ${_cputarget:+-Dcpu="$_cputarget"}
|
||||
}
|
||||
|
||||
package() {
|
Loading…
Reference in New Issue
Block a user