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