wire-desktop: cba to find workarounds for this build system
This commit is contained in:
parent
5d364fe8b4
commit
7fda2688ca
|
@ -12,6 +12,11 @@ homepage="https://wire.com"
|
|||
distfiles="https://github.com/wireapp/wire-desktop/archive/linux/${version}.tar.gz"
|
||||
checksum=69e70d39286f29b2fb186da30ec828be0a30329c457e829111b863223ed64127
|
||||
|
||||
case "$XBPS_MACHINE" in
|
||||
x86_64*|i686*) ;;
|
||||
*) broken="oof" ;;
|
||||
esac
|
||||
|
||||
pre_build() {
|
||||
yarn
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue