mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 06:07:28 +00:00
for f in $(rg --files-with-matches '^ disable: ' metadata/*.yml); do
yq -i '(.VercodeOperation // "a" | length) as $num | .Builds |=
((.[:(0 - $num)] | filter(has("disable") | not)) + .[(0 - $num):])' $f;
done
fdroid rewritemeta
32 lines
808 B
YAML
32 lines
808 B
YAML
Categories:
|
|
- Games
|
|
License: MIT
|
|
SourceCode: https://github.com/keeshii/screeps-client
|
|
IssueTracker: https://github.com/keeshii/screeps-client/issues
|
|
|
|
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-get update
|
|
- apt-get 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.
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: 0.0.3
|
|
CurrentVersionCode: 3
|