mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
for f in $(rg --files-with-matches '^ disable: ' metadata/*.yml); do
yq -i '.Builds |= ((.[:-1] | filter(has("disable") | not)) + .[-1:])' $f;
done
fdroid rewritemeta
33 lines
892 B
YAML
33 lines
892 B
YAML
Categories:
|
|
- Graphics
|
|
License: GPL-3.0-only
|
|
AuthorName: PastThePixels
|
|
AuthorEmail: pastthescreen@protonmail.com
|
|
AuthorWebSite: https://potatoe.ca
|
|
SourceCode: https://github.com/pastthepixels/FreePaint
|
|
IssueTracker: https://github.com/pastthepixels/FreePaint/issues
|
|
|
|
AutoName: FreePaint
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/pastthepixels/FreePaint
|
|
Binaries: https://github.com/pastthepixels/FreePaint/releases/download/v%v/app-release.apk
|
|
|
|
Builds:
|
|
- versionName: 1.1.0
|
|
versionCode: 4
|
|
commit: 8e5f10f3adb4bee3d25fc6c3e9f5a6600f5fdecb
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-17-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
AllowedAPKSigningKeys: bb214577a74f822c69d335b8fbc5e44bc5fd223cc7eab87c825841eca86bebe4
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.1.0
|
|
CurrentVersionCode: 4
|