mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 03:28:42 +08:00
Merge branch 'add-espeak-ng' into 'master'
Add espeak-ng recipe See merge request redox-os/redox!1802
This commit is contained in:
commit
02caceca9b
16
recipes/wip/a11y/espeak-ng/recipe.toml
Normal file
16
recipes/wip/a11y/espeak-ng/recipe.toml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# compiles, but only wavefile generation is supported
|
||||||
|
#TODO waiting for a custom libpcaudio0 backend for real-time output (bpisch is working on it)
|
||||||
|
|
||||||
|
[source]
|
||||||
|
git = "https://gitlab.redox-os.org/bpisch/espeak-ng.git"
|
||||||
|
branch = "redox"
|
||||||
|
|
||||||
|
[build]
|
||||||
|
template = "custom"
|
||||||
|
dependencies = ["libstdcxx"]
|
||||||
|
script = """
|
||||||
|
DYNAMIC_INIT
|
||||||
|
cp -R "${COOKBOOK_SOURCE}/espeak-ng-data" .
|
||||||
|
cookbook_cmake
|
||||||
|
cp -R "${COOKBOOK_SOURCE}/espeak-ng-data" "${COOKBOOK_STAGE}/usr/share/espeak-ng-data"
|
||||||
|
"""
|
||||||
Loading…
Reference in New Issue
Block a user