fdroiddata/metadata/com.jackpf.apkdownloader.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

63 lines
1.8 KiB
YAML

AntiFeatures:
- NonFreeAdd
- NonFreeNet
Categories:
- Development
License: MIT
SourceCode: https://github.com/jackpf/ApkDownloader
IssueTracker: https://github.com/jackpf/ApkDownloader/issues
AutoName: Apk Downloader
Summary: Download APKs without PlayStore app
Description: |-
Adds a "share" button to app pages in browsers. Search the web store for apps
and then click "Share to APK Download".
Informational: You still need a google account to authenticate with and a google
services framework ID from a device that has been activated with google play
services. You can ignore this if you have play services installed.
RepoType: git
Repo: https://github.com/jackpf/ApkDownloader.git
Builds:
- versionName: 1.2.2
versionCode: 6
disable: clean up and market-api
commit: 2478482b28f9459fec22db8be6a19afe3f0b4075
srclibs:
- CommonsCodec@1_6
- CommonsIO@2.4
- ApacheHttpClient@4.3.3
- ApacheHttpCore@4.3.2
- Protobuf@2.5.0
rm:
- libs/*.jar
prebuild:
- pushd $$ApacheHttpClient$$/httpclient/
- $$MVN3$$ package
- popd
- cp $$ApacheHttpClient$$/httpclient/target/httpclient-4.3.3.jar libs/
- pushd $$CommonsIO$$
- $$MVN3$$ package
- popd
- cp $$CommonsIO$$/target/commons-io-2.4.jar libs/
- pushd $$CommonsCodec$$
- $$MVN3$$ package
- popd
- cp $$CommonsCodec$$/target/commons-codec-1.6.jar libs/
- pushd $$ApacheHttpCore$$/httpcore
- $$MVN3$$ package
- popd
- cp $$ApacheHttpCore$$/httpcore/target/httpcore-4.3.2.jar libs/
- cp -fR $$Protobuf$$/src/main/java/com src/
MaintainerNotes: |-
TODO: Cleanup
TODO: https://code.google.com/p/android-market-api/source
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.2.2
CurrentVersionCode: 6