mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
correct dcss recipe and add python3-yaml to podman
This commit is contained in:
parent
10ac1dc364
commit
30485284c3
@ -61,6 +61,7 @@ RUN apt-get update \
|
|||||||
python3-libxml2 \
|
python3-libxml2 \
|
||||||
python3-mako \
|
python3-mako \
|
||||||
python3-venv \
|
python3-venv \
|
||||||
|
python3-yaml \
|
||||||
rsync \
|
rsync \
|
||||||
ruby \
|
ruby \
|
||||||
scons \
|
scons \
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# TODO make this the no tiles variant, may want separate dcss-tiles recipe for tiles
|
# TODO make this the no tiles variant, may want separate dcss-tiles recipe for tiles
|
||||||
# TODO compilation instructions: https://github.com/crawl/crawl/blob/master/crawl-ref/INSTALL.md#compiling
|
# TODO compilation instructions: https://github.com/crawl/crawl/blob/master/crawl-ref/INSTALL.md#compiling
|
||||||
# TODO not sure how to get PyYAML installed, may need to be separately packaged
|
# TODO see https://gitlab.redox-os.org/redox-os/redox/-/issues/1800
|
||||||
[source]
|
[source]
|
||||||
tar = "https://github.com/crawl/crawl/releases/download/0.34.1/stone_soup-0.34.1-nodeps.tar.xz"
|
tar = "https://github.com/crawl/crawl/releases/download/0.34.1/stone_soup-0.34.1-nodeps.tar.xz"
|
||||||
[build]
|
[build]
|
||||||
@ -12,13 +12,11 @@ dependencies = [
|
|||||||
"sqlite3",
|
"sqlite3",
|
||||||
"zlib",
|
"zlib",
|
||||||
]
|
]
|
||||||
]
|
|
||||||
script = """
|
script = """
|
||||||
DYNAMIC_INIT
|
DYNAMIC_INIT
|
||||||
# Copy source to build directory
|
# Copy source to build directory
|
||||||
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
|
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
|
||||||
|
|
||||||
|
|
||||||
cd source
|
cd source
|
||||||
"${COOKBOOK_MAKE}" -j"$($NPROC)"
|
"${COOKBOOK_MAKE}" -j"$($NPROC)"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user