void-packages/srcpkgs/just/template
2018-10-15 20:58:51 +02:00

16 lines
482 B
Bash

# Template file for 'just'
pkgname=just
version=0.3.12
revision=2
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=e5ca71efd19db8f157131cddb14d75ba161851e79e1cc9fc709e2c674d2c943b
post_install() {
vlicense LICENSE
}