Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : just | name : just | ||||
| version : 0.9.0 | version : 0.9.2 | ||||
| release : 14 | release : 15 | ||||
| source : | source : | ||||
| - https://github.com/casey/just/archive/refs/tags/v0.9.0.tar.gz : 877fdd517722ec1a554b046e1a9fd112f3503d91211702895c5ba12b29dcbcc6 | - https://github.com/casey/just/archive/refs/tags/v0.9.2.tar.gz : 0f064d0ea9f3d8bbcd84c5e6a85243738bdb6f49d059f589fd6928c64ea6fb64 | ||||
| license : CC0-1.0 | license : CC0-1.0 | ||||
| component : programming.tools | component : programming.tools | ||||
| homepage : https://github.com/casey/just/ | homepage : https://github.com/casey/just/ | ||||
| summary : Just a command runner | summary : Just a command runner | ||||
| description: | | description: | | ||||
| Just is a handy way to save and run project-specific commands. As it's a command runner, not a build system, it avoids many of Make's complexities and idiosyncrasies. | Just is a handy way to save and run project-specific commands. As it's a command runner, not a build system, it avoids many of Make's complexities and idiosyncrasies. | ||||
| networking : true | networking : true | ||||
| builddeps : | builddeps : | ||||
| - cargo | - cargo | ||||
| build : | | build : | | ||||
| cargo build --release | cargo build --release | ||||
| install : | | install : | | ||||
| install -Dm00755 target/release/just $installdir/usr/bin/just | install -Dm00755 target/release/just $installdir/usr/bin/just | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.