mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
9 lines
252 B
TOML
9 lines
252 B
TOML
[source]
|
|
tar = "https://download.osgeo.org/proj/proj-data-1.24.tar.gz"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
mkdir -pv "${COOKBOOK_STAGE}/home/user/.local/share/proj"
|
|
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}/home/user/.local/share/proj"
|
|
"""
|