void-packages/srcpkgs/just/template
Daniel Lewan 2f6c00d3bb just: update to 0.9.0.
Closes: #30163 [via git-merge-pr]
2021-04-11 20:59:35 -04:00

25 lines
671 B
Bash

# Template file for 'just'
pkgname=just
version=0.9.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=877fdd517722ec1a554b046e1a9fd112f3503d91211702895c5ba12b29dcbcc6
# Fix failing test
pre_check() {
export USER=void
}
post_install() {
vlicense LICENSE
vman man/just.1
vcompletion completions/just.bash bash
vcompletion completions/just.fish fish
vcompletion completions/just.zsh zsh
}