mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
11 lines
268 B
TOML
11 lines
268 B
TOML
#TODO move to proper category
|
|
[source]
|
|
git = "https://github.com/hackerb9/lsix"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
mkdir -pv "${COOKBOOK_STAGE}"/usr/bin
|
|
cp "${COOKBOOK_SOURCE}"/lsix "${COOKBOOK_STAGE}"/usr/bin/lsix
|
|
chmod a+x "${COOKBOOK_STAGE}"/usr/bin/lsix
|
|
"""
|