15 lines
407 B
Bash
15 lines
407 B
Bash
# Template file for 'delta'
|
|
pkgname=delta
|
|
version=0.8.0
|
|
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=706b55667de221b651b0d938dfbb468112b322ed41a634d3ca5c8bd861b19e8a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|