aboutsummaryrefslogtreecommitdiff
path: root/security/hyperhotp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/hyperhotp/Makefile')
-rw-r--r--security/hyperhotp/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/security/hyperhotp/Makefile b/security/hyperhotp/Makefile
new file mode 100644
index 000000000000..05a68e54fb8b
--- /dev/null
+++ b/security/hyperhotp/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= hyperhotp
+DISTVERSION= g20211005
+CATEGORIES= security comms
+
+MAINTAINER= fuz@fuz.su
+COMMENT= Programmer for the HOTP feature of hyperFIDO USB security keys
+WWW= https://github.com/casept/hyperhotp
+
+LICENSE= GPLv3
+
+USES= cmake pkgconfig
+USE_GITHUB= yes
+GH_ACCOUNT= casept
+#GH_PROJECT= hyperhotp
+GH_TAGNAME= ad1f71d0e4669e7b693ae0fd794186204b1941e8
+
+PLIST_FILES= bin/hyperhotp
+
+.include <bsd.port.mk>