add su3 signing to makefile

This commit is contained in:
idk
2021-07-15 16:19:59 -04:00
parent d943bf98ca
commit 50097f335a
3 changed files with 14 additions and 1 deletions

3
.gitignore vendored
View File

@ -3,3 +3,6 @@ build
*.tgz
./I2P/
i2pversion_override
*.crl
*.crt
*.pem

View File

@ -1,3 +1,8 @@
-include i2pversion
-include i2pversion_override
-include config.mk
all: install.exe
jpackage: I2P all
@ -190,10 +195,13 @@ checkinstall:
--pkggroup=net \
--pkgrelease=1 \
--pkgsource="https://i2pgit.org/i2p-hackers/i2p.firefox" \
--maintainer="hankhill19580@gmail.com" \
--maintainer="$(SIGNER)" \
--requires="firefox,wget,i2p,i2p-router" \
--suggests="i2p,i2p-router,syndie,tor,tsocks" \
--nodoc \
--deldoc=yes \
--deldesc=yes \
--backup=no
su3:
su3-tools -name "I2P-Profile-Installer-$(PROFILE_VERSION)" -signer "$(SIGNER)" -version "$(I2P_VERSION)"

2
config.mk Normal file
View File

@ -0,0 +1,2 @@
SIGNER=hankhill19580@gmail.com
export SIGNER=hankhill19580@gmail.com