all the things
This commit is contained in:
18
security/pass-otp/Makefile
Normal file
18
security/pass-otp/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
COMMENT = pass extension for managing OTP tokens
|
||||
|
||||
GH_ACCOUNT = tadfisher
|
||||
GH_PROJECT = pass-otp
|
||||
GH_TAGNAME = v1.2.0
|
||||
|
||||
CATEGORIES = security
|
||||
|
||||
MAINTAINER = Stefan Hagen <sh+ports@codevoid.de>
|
||||
|
||||
# GPL-3.0
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
USE_GMAKE = Yes
|
||||
|
||||
NO_BUILD = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
security/pass-otp/distinfo
Normal file
2
security/pass-otp/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (pass-otp-1.2.0.tar.gz) = VyCmSSZ6JApPe6WmRFGTSBBwBJwdCLo4sA0g/FUcOmc=
|
||||
SIZE (pass-otp-1.2.0.tar.gz) = 46789
|
||||
21
security/pass-otp/patches/patch-Makefile
Normal file
21
security/pass-otp/patches/patch-Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
We don't know -v.
|
||||
Index: Makefile
|
||||
--- Makefile.orig
|
||||
+++ Makefile
|
||||
@@ -15,11 +15,11 @@ all:
|
||||
@echo " password store"
|
||||
|
||||
install:
|
||||
- @install -v -d "$(DESTDIR)$(MANDIR)/man1" && install -m 0644 -v pass-$(PROG).1 "$(DESTDIR)$(MANDIR)/man1/pass-$(PROG).1"
|
||||
- @install -v -d "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/"
|
||||
- @install -v -m0755 $(PROG).bash "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/$(PROG).bash"
|
||||
- @install -v -d "$(DESTDIR)$(BASHCOMPDIR)/"
|
||||
- @install -v -m 644 pass-otp.bash.completion "$(DESTDIR)$(BASHCOMPDIR)/pass-otp"
|
||||
+ @install -d "$(DESTDIR)$(MANDIR)/man1" && install -m 0644 pass-$(PROG).1 "$(DESTDIR)$(MANDIR)/man1/pass-$(PROG).1"
|
||||
+ @install -d "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/"
|
||||
+ @install -m0755 $(PROG).bash "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/$(PROG).bash"
|
||||
+ @install -d "$(DESTDIR)$(BASHCOMPDIR)/"
|
||||
+ @install -m 644 pass-otp.bash.completion "$(DESTDIR)$(BASHCOMPDIR)/pass-otp"
|
||||
@echo
|
||||
@echo "pass-$(PROG) is installed succesfully"
|
||||
@echo
|
||||
0
security/pass-otp/pkg/PLIST
Normal file
0
security/pass-otp/pkg/PLIST
Normal file
Reference in New Issue
Block a user