void-packages/srcpkgs/diffr/template

20 lines
622 B
Bash

# Template file for 'diffr'
pkgname=diffr
version=0.1.5
revision=1
build_style=cargo
# skip cli tests: fail to find executable
make_check_args="-- --skip tests_cli"
short_desc="Yet another diff highlighting tool"
maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
license="MIT"
homepage="https://github.com/mookid/diffr"
changelog="https://github.com/mookid/diffr/raw/master/CHANGELOG.md"
distfiles="https://github.com/mookid/diffr/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=6c5861e5b8f5d798e027fe69cc186452848dc4ae5641326b41b5c160d3e91654
post_install() {
vlicense LICENSE.txt
vdoc README.md
}