mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Merge branch 'master' into 'master'
New app: Heartrate Monitor See merge request fdroid/fdroiddata!6142
This commit is contained in:
commit
910392ccf9
1 changed files with 39 additions and 0 deletions
39
metadata/st.wow.git.hrm.yml
Normal file
39
metadata/st.wow.git.hrm.yml
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
Categories:
|
||||
- Sports & Health
|
||||
License: MIT
|
||||
WebSite: https://git.wow.st/gmp/hrm
|
||||
SourceCode: https://git.wow.st/gmp/hrm
|
||||
IssueTracker: https://git.wow.st/gmp/hrm/issues
|
||||
Changelog: https://git.wow.st/gmp/hrm/commits/master
|
||||
|
||||
AutoName: Heartrate Monitor
|
||||
|
||||
RepoType: git
|
||||
Repo: https://git.wow.st/gmp/hrm.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.2
|
||||
versionCode: 2
|
||||
commit: v1.0.2
|
||||
output: hrm/hrm.apk
|
||||
build:
|
||||
- wget -O go.tgz https://dl.google.com/go/go1.13.5.linux-amd64.tar.gz
|
||||
- echo '512103d7ad296467814a6e3f635631bd35574cab3369a97a323c9a585ccaa569 go.tgz'
|
||||
| shasum -c -
|
||||
- tar xf go.tgz
|
||||
- PATH="$PWD/go/bin:$HOME/go/bin:$PATH"
|
||||
- go get gioui.org/cmd/gogio
|
||||
- go install gioui.org/cmd/gogio
|
||||
- go get -d git.wow.st/gmp/ble
|
||||
- pushd `go list -f {{.Dir}} git.wow.st/gmp/ble`
|
||||
- chmod +rwx . depjars
|
||||
- go generate depjars/build.go
|
||||
- popd
|
||||
- cd hrm
|
||||
- ANDROID_NDK_ROOT=$$NDK$$ gogio -target android -version 2 .
|
||||
ndk: r21d
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 1.0.2
|
||||
CurrentVersionCode: 2
|
||||
Loading…
Reference in a new issue