# Template file for 'just' pkgname=just version=0.3.10 revision=1 hostmakedepends="cargo" short_desc="Just a command runner" maintainer="Wilson Birney " license="CC0-1.0" homepage="https://github.com/casey/just" distfiles="https://github.com/casey/just/archive/v${version}.tar.gz" checksum=b1b73609799883500bf57060ef48d056cc191662d67e18b300bbcc6e644d1529 nocross=yes do_build() { cargo build --release ${makejobs} } do_check() { cargo check --release } do_install() { vbin target/release/${pkgname} vlicense LICENSE }