16 lines
481 B
Bash
16 lines
481 B
Bash
# Template file for 'just'
|
|
pkgname=just
|
|
version=0.5.8
|
|
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=f0d3363f7e7604aeb355fe631421bccddb458756b5d951b25c071aa38d3e72a7
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|