diff --git a/metadata/io.muetsch.anchrandroid.yml b/metadata/io.muetsch.anchrandroid.yml new file mode 100644 index 0000000000..cd2b0cd4c0 --- /dev/null +++ b/metadata/io.muetsch.anchrandroid.yml @@ -0,0 +1,33 @@ +Categories: + - Internet + - Development +License: GPL-3.0-only +AuthorName: Ferdinand Mütsch +AuthorEmail: ferdinand@muetsch.io +AuthorWebSite: https://muetsch.io +WebSite: https://github.com/muety/anchr-android +SourceCode: https://github.com/muety/anchr-android/tree/HEAD +IssueTracker: https://github.com/muety/anchr-android/issues + +Name: Anchr for Android + +RepoType: git +Repo: https://github.com/muety/anchr-android.git + +Builds: + - versionName: 1.2.1 + versionCode: 29 + commit: 1.2.1 + output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk + srclibs: + - flutter@2.0.2 + rm: + - ios + prebuild: $$flutter$$/bin/flutter pub get + build: $$flutter$$/bin/flutter build apk --flavor fdroid + +AutoUpdateMode: Version %v +UpdateCheckMode: HTTP +UpdateCheckData: https://raw.githubusercontent.com/muety/anchr-android/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ +CurrentVersion: 1.2.1 +CurrentVersionCode: 29