Skip to content
Snippets Groups Projects
recipe.toml 259 B
#TODO update the mio crate version (after cargo update)
[source]
git = "https://github.com/adamsky/globe"
[build]
template = "custom"
script = """
cookbook_cargo_packages globe-cli
mv "${COOKBOOK_STAGE}/usr/bin/globe" "${COOKBOOK_STAGE}/usr/bin/globe-rs"
"""