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