Files
RedBear-OS/recipes/wip/shells/pure/recipe.toml
T
vasilito 637da791ff fix: rename cxx → gcc13/gcc-native (resolve package name conflict)
recipes/dev/gcc13 was claiming name='cxx' — conflicted with
local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match
directory names for unique package identification by the cookbook.
2026-07-12 19:15:26 +03:00

15 lines
325 B
TOML

[package]
name = "pure"
version = "0.1.0"
#TODO promote
[source]
git = "https://github.com/sindresorhus/pure"
rev = "87e6f5dd4c793f6d980532205aaefe196780606f"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/home/user/.zsh/pure
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/home/user/.zsh/pure
"""