Add coreutils (#1017)

This commit is contained in:
John Vandenberg
2025-07-01 19:30:28 +08:00
committed by GitHub
parent b3a78f63e9
commit c4c7f93a2f
4 changed files with 84 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
{
"repository": "https://github.com/uutils/coreutils",
"tag_prefix": "",
"rust_crate": "${package}",
"asset_name": "${package}-${version}-${rust_target}.tar.gz",
"bin": "${package}-${version}-${rust_target}/${package}${exe}",
"version_range": ">= 0.1.0",
"platform": {
"x86_64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {
"asset_name": "${package}-${version}-${rust_target}.zip"
},
"aarch64_linux_musl": {},
"aarch64_macos": {},
"aarch64_windows": {
"asset_name": "${package}-${version}-${rust_target}.zip"
}
}
}