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