View | Details | Raw Unified | Return to bug 248799
Collapse All | Expand All

(-)Makefile (+30 lines)
Line 0 Link Here
1
# Created by: Thibault Payet <monwarez@mailoo.org>
2
# $FreeBSD$
3
4
PORTNAME=	nitrokey-app
5
DISTVERSIONPREFIX=	v
6
DISTVERSION=	1.4.2
7
CATEGORIES=	security
8
9
MAINTAINER=	monwarez@mailoo.org
10
COMMENT=	Nitrokey App is an application created to manage Nitrokey devices
11
12
LICENSE=	GPLv3
13
LICENSE_FILE=	${WRKSRC}/LICENSES/GPLv3
14
15
LIB_DEPENDS=	libnitrokey.so:security/libnitrokey
16
17
USES=	cmake pkgconfig qt:5
18
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	Nitrokey
21
GH_TUPLE= 	Nitrokey:nitrokey-app:${DISTVERSIONPREFIX}${DISTVERSION}\
22
		tplgy:cppcodec:61d9b04:cppcodec
23
24
USE_QT= buildtools_build concurrent gui linguisttools_build qmake_build svg widgets
25
26
post-extract:
27
	@${RMDIR} ${WRKSRC}/3rdparty/cppcodec
28
	@${LN} -sf ${WRKDIR}/cppcodec-61d9b04 ${WRKSRC}/3rdparty/cppcodec
29
30
.include <bsd.port.mk>
(-)distinfo (+5 lines)
Line 0 Link Here
1
TIMESTAMP = 1597955903
2
SHA256 (Nitrokey-nitrokey-app-v1.4.2_GH0.tar.gz) = 9b0da3e560e0448c743bebc017440f004ec68b3504d5a2af594f4ed1bc9135a7
3
SIZE (Nitrokey-nitrokey-app-v1.4.2_GH0.tar.gz) = 1204482
4
SHA256 (tplgy-cppcodec-61d9b04_GH0.tar.gz) = 7e2de22f9223703392d63aa6d13a765131ea5c62071ff121ec1b22fa16568b86
5
SIZE (tplgy-cppcodec-61d9b04_GH0.tar.gz) = 25954
(-)pkg-descr (+7 lines)
Line 0 Link Here
1
Nitrokey App is a cross-platform (runs under Windows, Linux and Mac OS)
2
application created to manage Nitrokey devices. Lately developed under
3
Ubuntu 17.10/18.04 with Qt5.9. Underneath it uses libnitrokey to
4
communicate with the supported devices. Both Nitrokey App and libnitrokey
5
are available under GPLv3 license.
6
7
WWW: https://github.com/Nitrokey/nitrokey-app
(-)pkg-plist (+20 lines)
Line 0 Link Here
1
bin/nitrokey-app
2
etc/bash_completion.d/nitrokey-app
3
share/applications/nitrokey-app.desktop
4
share/icons/hicolor/128x128/apps/nitrokey-app.png
5
share/icons/hicolor/16x16/apps/nitrokey-app.png
6
share/icons/hicolor/22x22/apps/nitrokey-app.png
7
share/icons/hicolor/24x24/apps/nitrokey-app.png
8
share/icons/hicolor/32x32/apps/nitrokey-app.png
9
share/icons/hicolor/48x48/apps/nitrokey-app.png
10
share/icons/hicolor/scalable/apps/nitrokey-app.svg
11
share/icons/ubuntu-mono-dark/apps/16/nitrokey-app.svg
12
share/icons/ubuntu-mono-dark/apps/22/nitrokey-app.svg
13
share/icons/ubuntu-mono-dark/apps/24/nitrokey-app.svg
14
share/icons/ubuntu-mono-dark/apps/48/nitrokey-app.svg
15
share/icons/ubuntu-mono-light/apps/16/nitrokey-app.svg
16
share/icons/ubuntu-mono-light/apps/22/nitrokey-app.svg
17
share/icons/ubuntu-mono-light/apps/24/nitrokey-app.svg
18
share/icons/ubuntu-mono-light/apps/48/nitrokey-app.svg
19
share/metainfo/com.nitrokey.nitrokey-app.appdata.xml
20
share/pixmaps/nitrokey-app.png

Return to bug 248799