Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : just | name : just | ||||
| version : 0.9.3 | version : 0.9.8 | ||||
| release : 17 | release : 18 | ||||
| source : | source : | ||||
| - https://github.com/casey/just/archive/refs/tags/v0.9.3.tar.gz : bb3e99a2427357c63b568c8e64de76c2962b9c7282d1a5f3b7348deef49e21d9 | - https://github.com/casey/just/archive/refs/tags/0.9.8.tar.gz : 0c464c3a06d40e68e1014e583ec1733aa16bca5796fb42874438dec9f4a464a4 | ||||
| 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.