mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
ykpers-gui: fix cross
This commit is contained in:
parent
c17c382089
commit
fd4c855728
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ homepage="https://developers.yubico.com/${_realname}/"
|
||||||
distfiles="https://developers.yubico.com/${_realname}/Releases/${_realname}-${version}.tar.gz"
|
distfiles="https://developers.yubico.com/${_realname}/Releases/${_realname}-${version}.tar.gz"
|
||||||
checksum=98295f7ed7bda72e6f8f96351d69d41d55c09d9515f80b5efc7c722dd566482a
|
checksum=98295f7ed7bda72e6f8f96351d69d41d55c09d9515f80b5efc7c722dd566482a
|
||||||
|
|
||||||
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" qt5-host-tools qt5-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING LICENSE
|
vlicense COPYING LICENSE
|
||||||
vbin build/release/${_realname} ykpers-gui
|
vbin build/release/${_realname} ykpers-gui
|
||||||
|
|
Loading…
Add table
Reference in a new issue