mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-04 09:49:41 +00:00
Merge branch 'feature/org.linaro.glmark2' into 'master'
New app: GLMark2 Closes rfp#1275 See merge request fdroid/fdroiddata!8085
This commit is contained in:
commit
2a95182335
1 changed files with 29 additions and 0 deletions
29
metadata/org.linaro.glmark2.yml
Normal file
29
metadata/org.linaro.glmark2.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
Categories:
|
||||
- System
|
||||
License: GPL-3.0-only
|
||||
AuthorName: glmark2
|
||||
SourceCode: https://github.com/glmark2/glmark2
|
||||
IssueTracker: https://github.com/glmark2/glmark2/issues
|
||||
|
||||
AutoName: GLMark2
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/glmark2/glmark2
|
||||
|
||||
Builds:
|
||||
- versionName: '2020.04'
|
||||
versionCode: 1
|
||||
commit: '2020.04'
|
||||
subdir: android
|
||||
output: glmark2.apk
|
||||
prebuild: sed -i -e 's#android-16/android.jar#android-26/android.jar#' -e '/jarsigner/d'
|
||||
build.sh
|
||||
build:
|
||||
- export JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::")
|
||||
- ./build.sh
|
||||
ndk: r18b
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '2020.04'
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue