mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
New package: just-0.3.7
This commit is contained in:
parent
ee5c34b296
commit
1bbe6e2d19
1 changed files with 25 additions and 0 deletions
25
srcpkgs/just/template
Normal file
25
srcpkgs/just/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'just'
|
||||||
|
pkgname=just
|
||||||
|
version=0.3.7
|
||||||
|
revision=1
|
||||||
|
hostmakedepends="cargo"
|
||||||
|
short_desc="Just a command runner"
|
||||||
|
maintainer="Wilson Birney <wpb@360scada.com>"
|
||||||
|
license="CC0 1.0 Universal"
|
||||||
|
homepage="https://github.com/casey/just"
|
||||||
|
distfiles="https://github.com/casey/just/archive/v${version}.tar.gz"
|
||||||
|
checksum=f69ad9cbd0867ba294dd25b3421a4b0b79f475d907f17a3bf8e9f20c7f7304f7
|
||||||
|
nocross=yes
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
cargo build --release ${makejobs}
|
||||||
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
cargo check --release
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin target/release/${pkgname}
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue