diff --git a/metadata/com.abhinavmarwaha.curator.yml b/metadata/com.abhinavmarwaha.curator.yml new file mode 100644 index 0000000000..32e23fed5e --- /dev/null +++ b/metadata/com.abhinavmarwaha.curator.yml @@ -0,0 +1,42 @@ +Categories: + - Internet + - Reading +License: GPL-3.0-or-later +AuthorName: Abhinav Marwaha +AuthorEmail: abhinavmarwaha@protonmail.com +AuthorWebSite: https://abhinavmarwaha.com +SourceCode: https://github.com/abhinavmarwaha/curator +IssueTracker: https://github.com/abhinavmarwaha/curator/issues +Changelog: https://github.com/abhinavmarwaha/curator/releases +Donate: https://github.com/abhinavmarwaha/curator#you-can-suppport-me-at +Liberapay: abhinavmarwaha +Bitcoin: bc1qfmwzy7qp97r9cnh7n9y4yze8t0lt7dyzyhtg07 + +AutoName: Curator + +RepoType: git +Repo: https://github.com/abhinavmarwaha/curator + +Builds: + - versionName: 0.1.1 + versionCode: 1 + commit: v0.1.1 + output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk + srclibs: + - flutter@1.17.1 + prebuild: sed -i -e 's|git@github.com:|https://github.com/|' pubspec.lock pubspec.yaml + build: + - export PATH=$$flutter$$/bin:$PATH + - flutter packages pub get + - flutter pub run build_runner build + - flutter config --no-analytics + - flutter build apk --flavor fdroid + +MaintainerNotes: |- + Builds will fail when the srclib ref of flutter and the version with which + upstream has been built with differ. + +AutoUpdateMode: None +UpdateCheckMode: None +CurrentVersion: 0.1.1 +CurrentVersionCode: 1