fdroiddata/metadata/net.szym.barnacle.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```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 18:41:06 +02:00

39 lines
929 B
YAML

Categories:
- Connectivity
License: GPL-3.0-only
WebSite: http://szym.net/barnacle
SourceCode: https://github.com/szym/barnacle
IssueTracker: https://github.com/szym/barnacle/issues
Donate: http://szym.net/barnacle/#donate
AutoName: Barnacle Wifi Tether
Summary: Ad-hoc WiFi Access Point
Description: |-
Barnacle is a combination of tools to provide wifi tethering on a phone:
* NAT
* DHCP server
* WLAN ad-hoc setup
Some devices might not work with certain ROMs.
Requires root.
RequiresRoot: 'yes'
RepoType: git
Repo: https://github.com/szym/barnacle.git
Builds:
- versionName: 0.6.7 (evo)
versionCode: 39
commit: 3a922c0260dea065b871b17127fa76d1bb21017c
prebuild: sed -i 's@name="paypalUrl"@name="paypalUrl" formatted="false"@' res/values/strings.xml
buildjni:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 0.6.7 (evo)
CurrentVersionCode: 39