Skip to content
Snippets Groups Projects
recipe.toml 275 B
#TODO write a script to copy the data files, see: https://github.com/luleyleo/clapgrep/blob/main/makefile
[source]
git = "https://github.com/luleyleo/clapgrep"
[build]
template = "custom"
dependencies = [
    "gtk4",
]
script = """
cookbook_cargo_packages clapgrep-gnome
"""