void-packages/srcpkgs/delta/template

16 lines
407 B
Bash

# Template file for 'delta'
pkgname=delta
version=0.5.1
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"
checksum=dd59b747cd178184dff31c7e1707be41f8bc6b412c0c78e62b89aeca4c0f2e15
post_install() {
vlicense LICENSE
}