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