mirror of
https://github.com/i2p/i2p.firefox.git
synced 2024-12-06 19:16:37 +01:00
add su3 signing to makefile
This commit is contained in:
@@ -3,3 +3,6 @@ build
|
|||||||
*.tgz
|
*.tgz
|
||||||
./I2P/
|
./I2P/
|
||||||
i2pversion_override
|
i2pversion_override
|
||||||
|
*.crl
|
||||||
|
*.crt
|
||||||
|
*.pem
|
||||||
@@ -1,3 +1,8 @@
|
|||||||
|
-include i2pversion
|
||||||
|
-include i2pversion_override
|
||||||
|
|
||||||
|
-include config.mk
|
||||||
|
|
||||||
all: install.exe
|
all: install.exe
|
||||||
|
|
||||||
jpackage: I2P all
|
jpackage: I2P all
|
||||||
@@ -190,10 +195,13 @@ checkinstall:
|
|||||||
--pkggroup=net \
|
--pkggroup=net \
|
||||||
--pkgrelease=1 \
|
--pkgrelease=1 \
|
||||||
--pkgsource="https://i2pgit.org/i2p-hackers/i2p.firefox" \
|
--pkgsource="https://i2pgit.org/i2p-hackers/i2p.firefox" \
|
||||||
--maintainer="hankhill19580@gmail.com" \
|
--maintainer="$(SIGNER)" \
|
||||||
--requires="firefox,wget,i2p,i2p-router" \
|
--requires="firefox,wget,i2p,i2p-router" \
|
||||||
--suggests="i2p,i2p-router,syndie,tor,tsocks" \
|
--suggests="i2p,i2p-router,syndie,tor,tsocks" \
|
||||||
--nodoc \
|
--nodoc \
|
||||||
--deldoc=yes \
|
--deldoc=yes \
|
||||||
--deldesc=yes \
|
--deldesc=yes \
|
||||||
--backup=no
|
--backup=no
|
||||||
|
|
||||||
|
su3:
|
||||||
|
su3-tools -name "I2P-Profile-Installer-$(PROFILE_VERSION)" -signer "$(SIGNER)" -version "$(I2P_VERSION)"
|
||||||
|
|||||||
Reference in New Issue
Block a user