You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
556 B

{
"name": "cargo-nextest",
"buildsystem": "simple",
"sources": [
{
"type": "archive",
"url": "https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-0.9.72/cargo-nextest-0.9.72-x86_64-unknown-linux-gnu.tar.gz",
"sha256": "e6f66397d3ba9a150b5debbc414a9ad1f87e4707da1f989c0681444ba5d15571",
"dest": "cargo-nextest",
"strip-components": 0
}
],
"build-commands": [
"mkdir /app/bin",
"mv cargo-nextest/cargo-nextest /app/bin/"
]
}