void-packages/srcpkgs/just/template
2019-04-12 16:27:20 -03:00

21 lines
655 B
Bash

# Template file for 'just'
pkgname=just
version=0.4.0
revision=1
build_style=cargo
short_desc="Just a command runner"
maintainer="Wilson Birney <wpb@360scada.com>"
license="CC0-1.0"
homepage="https://github.com/casey/just"
changelog="https://raw.githubusercontent.com/casey/just/master/CHANGELOG.md"
distfiles="https://github.com/casey/just/archive/v${version}.tar.gz"
checksum=bec26c54f93e1062888212fd5fb0b9359af6fe0f8f0238156b506bf0d20384e7
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) broken="https://travis-ci.org/void-linux/void-packages/jobs/451525539
https://github.com/nix-rust/nix/issues/951" ;;
esac
post_install() {
vlicense LICENSE
}