void-packages/srcpkgs/nitrokey-app/template
2019-12-13 18:57:40 +01:00

18 lines
708 B
Bash

# Template file for 'nitrokey-app'
pkgname=nitrokey-app
version=1.4
revision=1
wrksrc="nitrokey-app-v${version}"
build_style=cmake
hostmakedepends="pkg-config"
makedepends="bash-completion cppcodec libnitrokey-devel qt5-devel qt5-tools-devel qt5-svg-devel"
short_desc="Management application for Nitrokey tokens"
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
license="GPL-3.0-only"
homepage="https://github.com/Nitrokey/nitrokey-app"
distfiles="https://github.com/Nitrokey/nitrokey-app/releases/download/v${version}/nitrokey-app-v${version}.tar.gz"
checksum=4ad838be2ab523ecac087f2969a86f91dbeb0837015b087a42b07f7ef0ce18a2
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake"
fi