fdroiddata/metadata/com.wabadaba.dziennik.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

88 lines
2.2 KiB
YAML

AntiFeatures:
- NonFreeNet
Categories:
- Science & Education
License: GPL-3.0-only
SourceCode: https://github.com/shymmq/librus-client-kotlin
IssueTracker: https://github.com/shymmq/librus-client-kotlin/issues
AutoName: Dziennik
Summary: Client for Synergia Librus
Description: Client for the Polish school system Synergia Librus.
RepoType: git
Repo: https://github.com/shymmq/librus-client-kotlin
Builds:
- versionName: 0.2.1-fdroid
versionCode: 3
commit: 0.2.1
subdir: app
patch:
- 0001-Remove-GCM.patch
gradle:
- full
output: build/outputs/apk/full/release/app-full-release-unsigned.apk
prebuild: sed -i -e 's/0.2.1/0.2.1-fdroid/' build.gradle
- versionName: 0.3-fdroid
versionCode: 4
commit: '0.3'
subdir: app
patch:
- 0002-Remove-GCM.patch
gradle:
- full
output: build/outputs/apk/full/release/app-full-release-unsigned.apk
prebuild: sed -i -e 's/0.3/0.3-fdroid/' build.gradle
- versionName: 0.4-fdroid
versionCode: 5
commit: '0.4'
subdir: app
patch:
- 0003-Remove-GCM.patch
gradle:
- full
output: build/outputs/apk/full/release/app-full-release-unsigned.apk
prebuild: sed -i -e 's/0.4/0.4-fdroid/' build.gradle
- versionName: 0.4.1-fdroid
versionCode: 6
commit: 0.4.1
subdir: app
patch:
- 0004-Remove-GCM.patch
gradle:
- full
output: build/outputs/apk/full/release/app-full-release-unsigned.apk
prebuild: sed -i -e '/dl.bintray.com/d' -e '/kluent/d' -e '/Android Test/,+3d'
../build.gradle build.gradle
- versionName: 0.5.0-fdroid
versionCode: 9
commit: 0.5.0
subdir: app
patch:
- 0005-Remove-GCM.patch
gradle:
- full
prebuild: sed -i -e '/dl.bintray.com/d' -e '/kluent/d' -e '/Android Test/,+3d'
../build.gradle build.gradle
- versionName: 0.5.1-fdroid
versionCode: 10
commit: b0e5ec251155920876f140a0fb1358b4edc61f78
subdir: app
patch:
- 0006-Remove-GCM.patch
gradle:
- full
prebuild: sed -i -e '/dl.bintray.com/d' -e '/kluent/d' -e '/Android Test/,+3d'
../build.gradle build.gradle
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 0.5.0
CurrentVersionCode: 9