Files
install-action/tools/codegen/base/knope.json
John Vandenberg 8162519fa9 Add knope (#553)
* Add knope

* Update tag_prefix
2024-06-21 19:35:52 +10:00

15 lines
374 B
JSON

{
"repository": "https://github.com/knope-dev/knope",
"tag_prefix": "knope/v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tgz",
"bin": "${package}-${rust_target}/${package}${exe}",
"version_range": ">= 0.16.0",
"platform": {
"x86_64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {},
"aarch64_macos": {}
}
}