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