# Template file for 'just' pkgname=just version=1.12.0 revision=1 build_style=cargo short_desc="Just a command runner" maintainer="cinerea0 " 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/refs/tags/${version}.tar.gz" checksum=f2359040c02392bcc11c9a1ca13fef8089e509cb64eb342e20c96f9edd5c1e55 make_check=ci-skip # test fails when run as root # 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 }