6dc775b236
```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 ```
41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
Categories:
|
|
- Reading
|
|
- Internet
|
|
License: MIT
|
|
SourceCode: https://github.com/2buntu/2buntu-android-app
|
|
IssueTracker: https://github.com/2buntu/2buntu-android-app/issues
|
|
|
|
AutoName: 2buntu
|
|
Summary: View 2buntu website
|
|
Description: Browse and read articles on the [https://2buntu.com/ 2buntu website].
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/2buntu/2buntu-android-app
|
|
|
|
Builds:
|
|
- versionName: 1.1.7
|
|
versionCode: 14
|
|
commit: 4b05f1b904b40a88625dbc2cb80ad46dcf5df4e1
|
|
srclibs:
|
|
- CommonsIO@2.4
|
|
- ImageLoader@v1.9.3
|
|
extlibs:
|
|
- android/android-support-v13.jar
|
|
prebuild:
|
|
- sed -i -e '/ic_logo/d' AndroidManifest.xml
|
|
- pushd $$CommonsIO$$
|
|
- $$MVN3$$ package
|
|
- popd
|
|
- cp $$CommonsIO$$/target/commons-io-2.4.jar libs/
|
|
- pushd $$ImageLoader$$
|
|
- $$MVN3$$ package
|
|
- popd
|
|
- cp $$ImageLoader$$/target/universal-image-loader-1.9.3.jar libs/
|
|
- echo -e 'java.source=1.7\njava.target=1.7' >> ant.properties
|
|
|
|
ArchivePolicy: 0 versions
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 1.1.7
|
|
CurrentVersionCode: 14
|