20 lines
543 B
Bash
20 lines
543 B
Bash
# Template file for 'just'
|
|
pkgname=just
|
|
version=0.4.4
|
|
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=131955a54ff1622349382288ba20db64b01acff802a42b719dd7ebcb2e9c8983
|
|
|
|
pre_build() {
|
|
cargo update --package nix --precise 0.13.1
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|