84129d44ad
Signed-off-by: Sora Morimoto <sora@morimoto.io>
15 lines
407 B
Bash
15 lines
407 B
Bash
# Template file for 'delta'
|
|
pkgname=delta
|
|
version=0.4.4
|
|
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=4068cb88a4110bbef24b8148e3ae283ff007f4f6aa4780789cda7a412928daa0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|