mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Floccus
This commit is contained in:
parent
9c6b4debeb
commit
09a846a1c2
1 changed files with 47 additions and 0 deletions
47
metadata/org.handmadeideas.floccus.yml
Normal file
47
metadata/org.handmadeideas.floccus.yml
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
Categories:
|
||||
- Internet
|
||||
- Reading
|
||||
License: MPL-2.0
|
||||
AuthorName: Marcel Klehr
|
||||
AuthorWebSite: https://floccus.org/
|
||||
WebSite: https://floccus.org/
|
||||
SourceCode: https://github.com/floccusaddon/floccus
|
||||
IssueTracker: https://github.com/floccusaddon/floccus/issues
|
||||
Changelog: https://github.com/floccusaddon/floccus/releases
|
||||
OpenCollective: floccus
|
||||
|
||||
AutoName: floccus
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/floccusaddon/floccus
|
||||
|
||||
Builds:
|
||||
- versionName: 4.13.1
|
||||
versionCode: 4013001
|
||||
commit: v4.13.1
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless build-essential
|
||||
- update-alternatives --auto java
|
||||
- curl -Lo node.tar.xz https://nodejs.org/dist/v14.18.2/node-v14.18.2-linux-x64.tar.xz
|
||||
- echo "dae683f911fe5af11f1dc9d7746d80fccdb1e7b4bef31a570f5daffadd897c42 node.tar.xz"
|
||||
| sha256sum -c -
|
||||
- tar xJf node.tar.xz
|
||||
- cp -a node-v14.18.2-linux-x64/. /usr/local/
|
||||
- npm install -g npm@7
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- cd ../..
|
||||
- npm install
|
||||
- npx gulp
|
||||
- cp dist/html/index.html dist/index.html
|
||||
- npx cap sync
|
||||
scandelete:
|
||||
- node_modules
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 4.13.1
|
||||
CurrentVersionCode: 4013001
|
||||
Loading…
Reference in a new issue