void-packages/srcpkgs/diffr/template

19 lines
619 B
Bash
Raw Normal View History

2019-09-18 12:47:45 +00:00
# Template file for 'diffr'
pkgname=diffr
2019-12-08 18:44:02 +00:00
version=0.1.3
2019-09-18 12:47:45 +00:00
revision=1
build_style=cargo
short_desc="LCS based diff highlighting tool to ease code review from your terminal"
maintainer="Andy Weidenbaum <archbaum@gmail.com>"
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"
2019-12-08 18:44:02 +00:00
checksum=7fd8c078a1b94140624a5a021eef059a916f79cdf21cfba7489f83be8fadfaa2
2019-09-18 12:47:45 +00:00
do_install() {
vbin "target/${RUST_TARGET}/release/diffr"
vlicense LICENSE.txt
vdoc README.md
}