16 lines
426 B
Bash
16 lines
426 B
Bash
# Template file for 'delta'
|
|
pkgname=delta
|
|
version=0.9.2
|
|
revision=1
|
|
build_style=cargo
|
|
checkdepends="git"
|
|
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=f002a94119cd5b6fd9deede7f344667358baf5015d0051e055fec6334ee0653f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|