New package: diffr-0.1.2
This commit is contained in:
parent
a92b12ea85
commit
df3709709d
1 changed files with 18 additions and 0 deletions
18
srcpkgs/diffr/template
Normal file
18
srcpkgs/diffr/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'diffr'
|
||||
pkgname=diffr
|
||||
version=0.1.2
|
||||
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"
|
||||
checksum=76767fec7bcec1f86ed0c21c05ce4fee3ac41e00f2b88e91249102b02c0f7307
|
||||
|
||||
do_install() {
|
||||
vbin "target/${RUST_TARGET}/release/diffr"
|
||||
vlicense LICENSE.txt
|
||||
vdoc README.md
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue