void-packages/srcpkgs/just/template
Daniel Lewan 7337fcac2f just: update to 0.8.0.
Closes: #25518 [via git-merge-pr]
2020-10-14 10:47:42 -04:00

20 lines
617 B
Bash

# Template file for 'just'
pkgname=just
version=0.8.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=624cf1681cf7df8e50b70f37b29e4194cf4ad7327a335fcdf94dd83b19e45a2b
post_install() {
vlicense LICENSE
vman man/just.1
vcompletion completions/just.bash bash
vcompletion completions/just.fish fish
vcompletion completions/just.zsh zsh
}