void-packages/srcpkgs/delta/template

16 lines
408 B
Bash
Raw Normal View History

2019-09-30 13:52:25 +00:00
# Template file for 'delta'
pkgname=delta
2019-12-07 21:45:20 +00:00
version=0.0.15
2019-09-30 13:52:25 +00:00
revision=1
build_style=cargo
short_desc="Syntax-highlighting pager for git"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/dandavison/delta"
distfiles="${homepage}/archive/${version}.tar.gz"
2019-12-07 21:45:20 +00:00
checksum=783374ee1e7527e2e30d134c6db6081638d50babfd053917d632c9c5eb1e8e7b
2019-09-30 13:52:25 +00:00
post_install() {
vlicense LICENSE
}