move out plugin examples

This commit is contained in:
idk
2021-07-19 12:09:12 -04:00
parent 9d1c752cbc
commit ea8636b954

View File

@ -54,46 +54,7 @@ upload-karens: karens
gothub release -u eyedeekay -r "i2p.plugin.native" -t v$(VERSION) -d "I2P Plugin Generator and Supervisor"
gothub upload -R -u eyedeekay -r "i2p.plugin.native" -t v$(VERSION) -l "$(sumklinux)" -n "karen" -f "karen"
gothub upload -R -u eyedeekay -r "i2p.plugin.native" -t v$(VERSION) -l "$(sumkwindows)" -n "karen.exe" -f "karen.exe"
gothub upload -R -u eyedeekay -r "i2p.plugin.native" -t v$(VERSION) -l "$(sumkdarwin)" -n "karen-darwin" -f "karen-darwin"
snowflake-win:
cp -v $(GOPATH)src/gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/proxy/proxy.exe ./snowflake.exe
snowflake-example-win: all clean snowflake-win
i2p.plugin.native -name=snowflake \
-signer=hankhill19580@gmail.com \
-version 0.0.031 \
-author=hankhill19580@gmail.com \
-autostart=true \
-clientname=snowflake.exe \
-consolename="Snowflake Donor" \
-delaystart="1" \
-desc="`cat snowdesc)`" \
-exename=snowflake.exe \
-command="\$$PLUGIN/lib/snowflake.exe -log \$$PLUGIN/lib/snowflake.log" \
-license=MIT \
-targetos="windows"
cp -v *.su3 ../snowflake-windows.su3
unzip -o snowflake.zip -d snowflake-zip-win
snowflake-lin:
cp -v $(GOPATH)src/gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/proxy/proxy ./snowflake
snowflake-example: all clean snowflake-lin
i2p.plugin.native -name=snowflake \
-signer=hankhill19580@gmail.com \
-version 0.0.031 \
-author=hankhill19580@gmail.com \
-autostart=true \
-clientname=snowflake \
-consolename="Snowflake Donor" \
-delaystart="1" \
-desc="`cat snowdesc)`" \
-exename=snowflake \
-command="\$$PLUGIN/lib/snowflake -log \$$PLUGIN/lib/snowflake.log" \
-license=MIT
cp -v *.su3 ../snowflake-linux.su3
unzip -o snowflake.zip -d snowflake-zip
gothub upload -R -u eyedeekay -r "i2p.plugin.native" -t v$(VERSION) -l "$(sumkdarwin)" -n "karen-darwin" -fss "karen-darwin"
install: all karens
install -m755 scripts/bin/i2p.plugin.native ~/go/bin/i2p.plugin.native