mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
nitrokey-app: update to 1.3.2
This commit is contained in:
parent
d3f431f7b1
commit
9c76cc248b
1 changed files with 6 additions and 8 deletions
|
@ -1,19 +1,17 @@
|
||||||
# Template file for 'nitrokey-app'
|
# Template file for 'nitrokey-app'
|
||||||
pkgname=nitrokey-app
|
pkgname=nitrokey-app
|
||||||
version=0.3.2
|
version=1.3.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="qt5-devel libusb-devel"
|
makedepends="bash-completion cppcodec libnitrokey-devel qt5-devel qt5-tools-devel qt5-svg-devel"
|
||||||
short_desc="Management application for Nitrokey tokens"
|
short_desc="Management application for Nitrokey tokens"
|
||||||
maintainer="Renato Aguiar <contact@renatoaguiar.org>"
|
maintainer="Renato Aguiar <contact@renatoaguiar.org>"
|
||||||
license="GPL-3, Apache-2.0"
|
license="GPL-3, Apache-2.0"
|
||||||
homepage="https://github.com/Nitrokey/nitrokey-app"
|
homepage="https://github.com/Nitrokey/nitrokey-app"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=15fc4669d85546d3582db74df3972142844386789692ce05b08ce428329ba9e9
|
checksum=4b137cdaf21dbb62e693e4f4e2bab13b4964e18a5e878a97337624c30b3d0441
|
||||||
|
|
||||||
post_extract() {
|
if [ "$CROSS_BUILD" ]; then
|
||||||
sed -i CMakeLists.txt \
|
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
||||||
-e 's|/etc/udev/rules.d|/usr/lib/udev/rules.d|g' \
|
fi
|
||||||
-e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g'
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue