mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
New app submission: Forage
This commit is contained in:
parent
0a6af15192
commit
f7f0248336
1 changed files with 42 additions and 0 deletions
42
metadata/net.ser1.forage.yml
Normal file
42
metadata/net.ser1.forage.yml
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
Categories:
|
||||
- Sports & Health
|
||||
License: BSD-3-Clause
|
||||
AuthorName: Sean E. Russell
|
||||
AuthorEmail: ser@ser1.net
|
||||
AuthorWebSite: https://www.ser1.net
|
||||
WebSite: https://sr.ht/~ser/forage
|
||||
SourceCode: https://hg.sr.ht/~ser/forage
|
||||
IssueTracker: https://todo.sr.ht/~ser/forage
|
||||
Changelog: https://hg.sr.ht/~ser/forage/raw/CHANGELOG.md
|
||||
Bitcoin: 1Fecf9PDu96iwwwV7ueRAiCEYVwWnttFdz
|
||||
|
||||
AutoName: Forage
|
||||
|
||||
RepoType: hg
|
||||
Repo: https://hg.sr.ht/~ser/forage
|
||||
|
||||
Builds:
|
||||
- versionName: 1.1.2
|
||||
versionCode: 39
|
||||
commit: v1.1.2
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y libgl1-mesa-dev xorg-dev
|
||||
- curl -Lo go.tar.gz https://golang.org/dl/go1.17.5.linux-amd64.tar.gz
|
||||
- echo 'bd78114b0d441b029c8fe0341f4910370925a4d270a6a590668840675b0c653e go.tar.gz'
|
||||
| sha256sum -c -
|
||||
- tar xzf go.tar.gz --strip-components=1 -C /usr/local/
|
||||
output: Forage.apk
|
||||
prebuild:
|
||||
- export GOPATH=${HOME}/go
|
||||
- go install fyne.io/fyne/v2/cmd/fyne@v2.1.4
|
||||
build:
|
||||
- export GOPATH=${HOME}/go
|
||||
- ${HOME}/go/bin/fyne package -os android -release
|
||||
ndk: r23b
|
||||
|
||||
AutoUpdateMode: Version +-fdroid v%v
|
||||
UpdateCheckMode: Tags ^v[0-9].[0-9].[0-9]
|
||||
UpdateCheckData: FyneApp.toml|Build\s=\s(\d+)|.|Version\s=\s"([\d.]+)"
|
||||
CurrentVersion: 1.1.2
|
||||
CurrentVersionCode: 39
|
||||
Loading…
Reference in a new issue