mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 11:36:37 +00:00
New app: Tunerly
This commit is contained in:
parent
9dca9829a5
commit
e517deb20e
2 changed files with 37 additions and 0 deletions
33
metadata/com.tunerly.yml
Normal file
33
metadata/com.tunerly.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
||||||
|
Categories:
|
||||||
|
- Multimedia
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/brianhorn/Tunerly
|
||||||
|
IssueTracker: https://github.com/brianhorn/Tunerly/issues
|
||||||
|
|
||||||
|
AutoName: Tunerly
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/brianhorn/Tunerly
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 1
|
||||||
|
commit: v1.0
|
||||||
|
subdir: app/
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- TarsosDSP@d9583528b9573a97c220d19e6d9ab2929e9bd1c5
|
||||||
|
prebuild: sed -i -e '/maven.localazy.com/d' ../build.gradle
|
||||||
|
scandelete:
|
||||||
|
- app/libs/
|
||||||
|
build:
|
||||||
|
- pushd $$TarsosDSP$$/build/
|
||||||
|
- ant tarsos_dsp_android_library
|
||||||
|
- popd
|
||||||
|
- mv $$TarsosDSP$$/build/TarsosDSP-Android-2.4.jar libs/TarsosDSP-2.4.jar
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '1.0'
|
||||||
|
CurrentVersionCode: 1
|
||||||
4
srclibs/TarsosDSP.yml
Normal file
4
srclibs/TarsosDSP.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
Repo: https://github.com/JorenSix/TarsosDSP.git
|
||||||
|
RepoType: git
|
||||||
|
|
||||||
|
Prepare: sed -i -e 's#/opt/Android/android-sdk-linux/platforms/#$$SDK$$/platforms/#' build/build.xml
|
||||||
Loading…
Reference in a new issue