mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
New App: Pocket ReadLex
This commit is contained in:
parent
e32fb5cdbb
commit
df6dbd3a40
1 changed files with 34 additions and 0 deletions
34
metadata/uk.co.busydoingnothing.pocketrl.yml
Normal file
34
metadata/uk.co.busydoingnothing.pocketrl.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
Categories:
|
||||
- Reading
|
||||
- Science & Education
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Neil Roberts
|
||||
AuthorEmail: bpeeluk@yahoo.co.uk
|
||||
SourceCode: https://github.com/bpeel/pocket-readlex
|
||||
IssueTracker: https://github.com/bpeel/pocket-readlex/issues
|
||||
|
||||
AutoName: Pocket ReadLex
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/bpeel/pocket-readlex
|
||||
|
||||
Builds:
|
||||
- versionName: '0.1'
|
||||
versionCode: 1
|
||||
commit: '0.1'
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- rustup@1.27.0
|
||||
prebuild:
|
||||
- $$rustup$$/rustup-init.sh -y
|
||||
- echo -e 'source "$HOME/.cargo/env"\nexec "$@"' > run-cargo.sh
|
||||
- sed -i "s/commandLine 'cargo'/commandLine 'bash', 'run-cargo.sh', 'cargo'/"
|
||||
build.gradle
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '0.1'
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue