mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Reorder raffarti.simpleadvancedmetronome.yml as suggested by lint, remove summary/description now provided by source metadata
This commit is contained in:
parent
c3aa2f36a3
commit
71489a630d
1 changed files with 27 additions and 0 deletions
27
metadata/raffarti.simpleadvancedmetronome.yml
Normal file
27
metadata/raffarti.simpleadvancedmetronome.yml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
License: GPL-3.0-only
|
||||
AuthorName: raffarti
|
||||
AuthorEmail: raffarti@zoho.com
|
||||
WebSite: https://raffarti.gitlab.io/simpleadvancedmetronome
|
||||
SourceCode: https://gitlab.com/Raffarti/simpleadvancedmetronome
|
||||
IssueTracker: https://gitlab.com/Raffarti/simpleadvancedmetronome/issues
|
||||
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GWAB237FHKB5S
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/Raffarti/simpleadvancedmetronome.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.1.0
|
||||
versionCode: 1
|
||||
commit: 4f38c3eb7d403910ee378754b3368086a015cacd
|
||||
sudo: apt install p7zip-full make unzip git openjdk-8-jdk curl
|
||||
output: SAM.apk
|
||||
build:
|
||||
- alias curl="curl -s"
|
||||
- env -u NDK -u QT -u QT_DIR make -f CI.mk SAM.apk QT5_DIR=/tmp/raffarti.simpleadvancedmetronome/qt5
|
||||
ANDROIDDEPLOYQT_OPTS="--release" SDK=$$SDK$$
|
||||
- rm -fr /tmp/raffarti.simpleadvancedmetronome
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags ^fdroid-.*$
|
||||
Loading…
Reference in a new issue