diff --git a/metadata/com.manuelvargastapia.libgen.yml b/metadata/com.manuelvargastapia.libgen.yml new file mode 100644 index 0000000000..b3e19a7a94 --- /dev/null +++ b/metadata/com.manuelvargastapia.libgen.yml @@ -0,0 +1,42 @@ +Categories: + - Reading + - Science & Education +License: GPL-3.0-only +AuthorName: Manuel Vargas +AuthorEmail: manuelvargastapia@gmail.com +SourceCode: https://github.com/manuelvargastapia/libgen_mobile_app +IssueTracker: https://github.com/manuelvargastapia/libgen_mobile_app/issues +Changelog: https://github.com/manuelvargastapia/libgen_mobile_app/releases + +AutoName: LibGen + +RepoType: git +Repo: https://github.com/manuelvargastapia/libgen_mobile_app + +Builds: + - versionName: 1.0.5 + versionCode: 2 + commit: v1.0.5+2 + output: build/app/outputs/flutter-apk/app-fdroid-release.apk + srclibs: + - flutter@1.22.4 + rm: + - ios + build: + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter packages pub get + - $$flutter$$/bin/flutter clean + - $$flutter$$/bin/flutter build apk --dart-define=LIBGEN_API_URL=https://libgen-mobile-api.herokuapp.com + --flavor fdroid + +MaintainerNotes: |- + Consider checking the associated API project for future + improvements, and also for maintain a stable connection + with Library Genesis service. + + [https://github.com/manuelvargastapia/libgen_api Repo] + +AutoUpdateMode: None +UpdateCheckMode: Tags +CurrentVersion: 1.0.5 +CurrentVersionCode: 2