18 lines
490 B
Bash
18 lines
490 B
Bash
# Template file for 'delta'
|
|
pkgname=delta
|
|
version=0.10.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=e0f71d72eca543478941401bd96fefc5fa3f70e7860a9f858f63bfecf8fd77a5
|
|
make_check=no # TODO: Re-enable checks when Rust gets updated
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|