mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
New App: Curator
This commit is contained in:
parent
bb37d7383f
commit
a30387041d
1 changed files with 42 additions and 0 deletions
42
metadata/com.abhinavmarwaha.curator.yml
Normal file
42
metadata/com.abhinavmarwaha.curator.yml
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue