15 lines
408 B
Bash
15 lines
408 B
Bash
# Template file for 'delta'
|
|
pkgname=delta
|
|
version=0.0.16
|
|
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=631349484bb52f3bb1c22385e19d98903c094212e83fe109f97aeff0281cf00e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|