fdroiddata/metadata/com.googlecode.gogodroid.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 13:13:47 +02:00

56 lines
1.4 KiB
YAML

Categories:
- Development
License: GPL-2.0-only
SourceCode: https://github.com/aelmahmoudy/gogodroid
IssueTracker: https://github.com/aelmahmoudy/gogodroid/issues
Changelog: https://github.com/aelmahmoudy/gogodroid/blob/HEAD/NEWS
AutoName: GogoDroid
Summary: Graphical frontend of gogoc
Description: |-
TSP is a control protocol used to establish and maintain static tunnels. The
Gateway6 client (gogoc) is used on the host computer to connect to a tunnel
broker using the TSP protocol and to get the information for its tunnel. When it
receives the information for the tunnel, the Gateway6 client creates the static
tunnel on its operating system. GogoDroid is a graphical frontend of gogoc for
Android.
RequiresRoot: 'yes'
RepoType: git
Repo: https://github.com/aelmahmoudy/gogodroid.git
Builds:
- versionName: '1.3'
versionCode: 13
commit: '1.3'
init: rm res/raw/gogoc
patch:
- remove_dup_defn.patch
- sformat.patch
build:
- cd gogoc-android
- $$NDK$$/ndk-build
- cp libs/armeabi/gogoc ../res/raw
- versionName: '2.0'
versionCode: 20
commit: '2.0'
build:
- cd gogoc-android
- $$NDK$$/ndk-build
- cp -a libs/ ../assets
- versionName: '2.1'
versionCode: 21
commit: '2.1'
build:
- cd gogoc-android
- $$NDK$$/ndk-build
- cp -a libs/ ../assets
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: '2.1'
CurrentVersionCode: 21