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-10-08 13:26:55 +00:00
version=0.0.12
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-10-08 13:26:55 +00:00
checksum=ca15401c59da7dca4ff2bb8d07b3612e171351fce834bcf12a6edeb19195b58e
2019-09-30 13:52:25 +00:00
post_install() {
vlicense LICENSE
}