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