fdroiddata/metadata/com.allansimon.verbisteandroid.yml
2023-09-08 11:45:57 +00:00

47 lines
1.2 KiB
YAML

Categories:
- Science & Education
License: GPL-2.0-only
SourceCode: https://github.com/allan-simon/verbiste-android
IssueTracker: https://github.com/allan-simon/verbiste-android/issues
AutoName: Verbiste Android
Description: |-
Verb conjugation for French, powered by
<a href="http://perso.b2b2c.ca/~sarrazip/dev/verbiste.html">Verbiste</a> database.
RepoType: git
Repo: https://github.com/allan-simon/verbiste-android
Builds:
- versionName: '1.0'
versionCode: 1
commit: cddbaf1dc319e6b52bc944067db8da46b1d4f8f4
srclibs:
- appcompat@android-5.0.1_r1
extlibs:
- android/android-support-v4.jar
prebuild:
- pushd utils
- python xml2sqlite.py
- popd
- echo -e 'java.source=1.7\njava.target=1.7' | tee $$Support$$/ant.properties
> ant.properties
- cp libs/android-support-v4.jar $$Support$$/libs/
target: android-21
- versionName: '1.2'
versionCode: 2
commit: '1.2'
subdir: app
gradle:
- yes
prebuild:
- cd ../utils
- python xml2sqlite.py
MaintainerNotes: Run cd utils ; python xml2sqlite.py before build.
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: '1.2'
CurrentVersionCode: 2