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
559 B
17 lines
559 B
{ |
|
"name": "cargo-nextest", |
|
"buildsystem": "simple", |
|
"sources": [ |
|
{ |
|
"type": "archive", |
|
"url": "https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-0.9.115/cargo-nextest-0.9.115-x86_64-unknown-linux-gnu.tar.gz", |
|
"sha256": "d5e4b9cf07323fc1706b58daff06c1a1ed36f3479a816ab7867956da7a1f2142", |
|
"dest": "cargo-nextest", |
|
"strip-components": 0 |
|
} |
|
], |
|
"build-commands": [ |
|
"mkdir /app/bin", |
|
"mv cargo-nextest/cargo-nextest /app/bin/" |
|
] |
|
}
|
|
|