Merge branch 'master' into 'master'
screeps-client (eu.ryuu.screeps) See merge request fdroid/fdroiddata!4959
This commit is contained in:
commit
b7d3e6d9ac
35
metadata/eu.ryuu.screeps.yml
Normal file
35
metadata/eu.ryuu.screeps.yml
Normal file
|
@ -0,0 +1,35 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: MIT
|
||||
SourceCode: https://github.com/keeshii/screeps-client
|
||||
|
||||
AutoName: Screeps
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/keeshii/screeps-client.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.0.3
|
||||
versionCode: 3
|
||||
commit: v0.0.3
|
||||
sudo:
|
||||
- apt update || apt update
|
||||
- apt install -y -t stretch-backports npm
|
||||
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
build:
|
||||
- mkdir -p "$PWD/npm"
|
||||
- npm config set prefix "$PWD/npm"
|
||||
- export PATH="$PATH:$PWD/npm/bin"
|
||||
- npm install
|
||||
- npm run build:android
|
||||
|
||||
MaintainerNotes: |-
|
||||
This is a web app, written in JS, built from source.
|
||||
Summary and Description are maintained by upstream using fastlane in
|
||||
the source repo:
|
||||
https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags v\d+\.\d+(\.\d+)?
|
||||
CurrentVersion: 0.0.3
|
||||
CurrentVersionCode: 3
|
Loading…
Reference in a new issue