mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Merge branch 'espeak-ng' into 'master'
Add espeak-ng (https://github.com/espeak-ng/espeak-ng) Closes rfp#1066 See merge request fdroid/fdroiddata!7136
This commit is contained in:
commit
fcd7acccdf
1 changed files with 36 additions and 0 deletions
36
metadata/com.reecedunn.espeak.yml
Normal file
36
metadata/com.reecedunn.espeak.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
License: GPL-3.0-or-later
|
||||
SourceCode: https://github.com/espeak-ng/espeak-ng
|
||||
IssueTracker: https://github.com/espeak-ng/espeak-ng/issues
|
||||
Translation: https://www.transifex.com/projects/p/espeak-for-android
|
||||
Changelog: https://github.com/espeak-ng/espeak-ng/releases
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/espeak-ng/espeak-ng.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.51-dev
|
||||
versionCode: 20
|
||||
commit: 5f1a4f9cbd84eca9ddfafccd1db541c23e4dbbf6
|
||||
subdir: android
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y g++
|
||||
gradle:
|
||||
- yes
|
||||
scanignore:
|
||||
- phsource/
|
||||
build:
|
||||
- cd ..
|
||||
- ./autogen.sh
|
||||
- ./configure --with-gradle=gradle --with-extdict-ru --with-extdict-zh --with-extdict-zhy
|
||||
- make espeakdata
|
||||
buildjni:
|
||||
- yes
|
||||
ndk: r21e
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 1.51-dev
|
||||
CurrentVersionCode: 20
|
||||
Loading…
Reference in a new issue