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