sshtunnel: remove abandoned disabled app
This commit is contained in:
parent
c92b1ece78
commit
3bceb1196b
|
@ -1,56 +0,0 @@
|
||||||
Categories:
|
|
||||||
- Internet
|
|
||||||
License: GPL-3.0-only
|
|
||||||
SourceCode: https://bitbucket.org/madeye/sshtunnel
|
|
||||||
IssueTracker: https://bitbucket.org/madeye/sshtunnel/issues
|
|
||||||
|
|
||||||
AutoName: SSHTunnel
|
|
||||||
Summary: Browse internet via a proxy
|
|
||||||
Description: |-
|
|
||||||
SSH tunnel app based on Connectbot and Dropbear / OpenSSH (Beta Branch). With
|
|
||||||
this app and a configured server (typically configured with sshd and nginx /
|
|
||||||
squid), you can easily browse internet through a SSH tunnel on your android
|
|
||||||
devices.
|
|
||||||
|
|
||||||
Requires root: No, but the advanced features will require root.
|
|
||||||
|
|
||||||
RequiresRoot: 'yes'
|
|
||||||
|
|
||||||
RepoType: hg
|
|
||||||
Repo: https://bitbucket.org/madeye/sshtunnel
|
|
||||||
|
|
||||||
Builds:
|
|
||||||
- versionName: 1.5.5
|
|
||||||
versionCode: 73
|
|
||||||
disable: WIP ceffc98a19b1
|
|
||||||
commit: unknown - see disabled
|
|
||||||
srclibs:
|
|
||||||
- redsocks@release-0.4
|
|
||||||
- iptables@android-4.2.2_r1
|
|
||||||
- FinfAgent@v0.1
|
|
||||||
prebuild:
|
|
||||||
- rm assets/iptables assets/redsocks libs/FlurryAgent.jar
|
|
||||||
- echo "android.library.reference.1=$$FinfAgent$$" >> project.properties
|
|
||||||
- mkdir -p external
|
|
||||||
- cp -r $$iptables$$ external/
|
|
||||||
- cp -r $$redsocks$$ external/
|
|
||||||
- cd external/redsocks/
|
|
||||||
- git apply ../../libs/redsocks.patch
|
|
||||||
- cd ../../
|
|
||||||
- touch external/iptables/extensions/fixinit.py
|
|
||||||
- git apply libs/afwall.patch
|
|
||||||
- cd external/iptables/
|
|
||||||
- python extensions/fixinit.py
|
|
||||||
target: android-17
|
|
||||||
build:
|
|
||||||
- cd external/redsocks/
|
|
||||||
- make
|
|
||||||
- mv redsocks? ../../assets/
|
|
||||||
- cd ../../
|
|
||||||
- $$NDK$$/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=external/iptables/Android.mk
|
|
||||||
- mv libs/armeabi/iptables assets/
|
|
||||||
|
|
||||||
AutoUpdateMode: None
|
|
||||||
UpdateCheckMode: RepoManifest
|
|
||||||
CurrentVersion: 1.5.6
|
|
||||||
CurrentVersionCode: 74
|
|
Loading…
Reference in a new issue