mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
keybase-desktop: broken on musl
This commit is contained in:
parent
46603a9daf
commit
ae7faaade8
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'keybase-desktop'
|
# Template file for 'keybase-desktop'
|
||||||
pkgname=keybase-desktop
|
pkgname=keybase-desktop
|
||||||
version=3.1.2
|
version=3.1.2
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="client-${version}"
|
wrksrc="client-${version}"
|
||||||
hostmakedepends="git nodejs-lts yarn"
|
hostmakedepends="git nodejs-lts yarn"
|
||||||
depends="keybase kbfs"
|
depends="keybase kbfs"
|
||||||
|
@ -14,8 +14,8 @@ checksum=ae626bef3123c92716232afb989efc3404e9dc8cb4b0858981d6a8d278ff85fc
|
||||||
nostrip_files="Keybase"
|
nostrip_files="Keybase"
|
||||||
|
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
x86_64*) _target="x64";;
|
x86_64) _target="x64";;
|
||||||
# i686*) _target="ia32";;
|
# i686) _target="ia32";;
|
||||||
*) broken="This architecture is not currently supported by Keybase's Electron builds";;
|
*) broken="This architecture is not currently supported by Keybase's Electron builds";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue