mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
testing/honeybee: disable strip binaries
This commit is contained in:
parent
a13c14c3f8
commit
14196e39c1
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Anjandev Momi <anjan@momi.ca>
|
||||
pkgname=honeybee
|
||||
pkgver=0.2.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="make calls on linux using snikket sdk"
|
||||
url="https://sr.ht/~anjan/honeybee"
|
||||
arch="aarch64 x86_64" # Limited by zig aport
|
||||
|
@ -11,7 +11,7 @@ makedepends="zig scdoc snikket-sdk libstrophe libdatachannel pulseaudio-dev"
|
|||
depends="snikket-sdk musl libpulse"
|
||||
subpackages="$pkgname-doc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~anjan/honeybee/archive/$pkgver.tar.gz"
|
||||
options="!tracedeps !check" # no checks
|
||||
options="!tracedeps !check !strip" # no checks, dont strip so upstream has stack traces to debug
|
||||
|
||||
# We may want other than "baseline" for other targets, when enabled by zig
|
||||
case "$CARCH" in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue