forked from Lainports/freebsd-ports
security/nitrokey-app: Fix packaging
PR: 269595 Reported by: saper@saper.info (maintainer)
This commit is contained in:
parent
ece2c86f88
commit
44dda6cd41
2 changed files with 7 additions and 3 deletions
|
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= nitrokey-app
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.4.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= monwarez@mailoo.org
|
||||
|
|
@ -12,17 +13,20 @@ LICENSE_FILE= ${WRKSRC}/LICENSES/GPLv3
|
|||
|
||||
LIB_DEPENDS= libnitrokey.so:security/libnitrokey
|
||||
|
||||
USES= cmake compiler:c++11-lang pkgconfig qt:5
|
||||
USES= cmake compiler:c++11-lang pkgconfig qt:5 desktop-file-utils
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Nitrokey
|
||||
GH_TUPLE= Nitrokey:nitrokey-app:${DISTVERSIONPREFIX}${DISTVERSION}\
|
||||
tplgy:cppcodec:61d9b04:cppcodec
|
||||
|
||||
USE_QT= buildtools:build concurrent gui linguisttools:build qmake:build svg widgets
|
||||
USE_QT= buildtools:build core concurrent gui linguisttools:build qmake:build svg widgets
|
||||
|
||||
CMAKE_ARGS= -DBASH_COMPLETION_PATH="share/bash-completion/completions/"
|
||||
|
||||
post-extract:
|
||||
@${RMDIR} ${WRKSRC}/3rdparty/cppcodec
|
||||
@${LN} -sf ${WRKDIR}/cppcodec-61d9b04 ${WRKSRC}/3rdparty/cppcodec
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
bin/nitrokey-app
|
||||
etc/bash_completion.d/nitrokey-app
|
||||
share/bash-completion/completions/nitrokey-app
|
||||
share/applications/nitrokey-app.desktop
|
||||
share/icons/hicolor/128x128/apps/nitrokey-app.png
|
||||
share/icons/hicolor/16x16/apps/nitrokey-app.png
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue