mirror of
https://gitlab.com/fdroid/fdroiddata.git
synced 2025-11-22 19:59:34 +01:00
37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
YAML
Categories:
|
|
- Note
|
|
License: AGPL-3.0-only
|
|
AuthorName: Raphael Nußbaumer BSc
|
|
AuthorEmail: raphaeln@outlook.com
|
|
WebSite: https://ciphernotes.com
|
|
SourceCode: https://github.com/rapnuss/cipher-notes
|
|
IssueTracker: https://github.com/rapnuss/cipher-notes/issues
|
|
Changelog: https://github.com/rapnuss/cipher-notes/tree/HEAD/twa/fastlane/metadata/android/en-US/changelogs
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/rapnuss/cipher-notes.git
|
|
|
|
Builds:
|
|
- versionName: '3.2'
|
|
versionCode: 5
|
|
commit: 5a76923b1cfc7a9f9bb8092b27f986b71bbc8a33
|
|
subdir: twa/app
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
|
- apt-get update
|
|
- apt-get install -y -t trixie npm
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../../frontend
|
|
- yarn install --frozen-lockfile --network-timeout 100000
|
|
- yarn build
|
|
- node ./scripts/sync-twa-dist.mjs
|
|
gradle:
|
|
- yes
|
|
scandelete:
|
|
- frontend/node_modules/
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '3.2'
|
|
CurrentVersionCode: 5
|