# Template file for 'delta' pkgname=delta version=0.1.1 revision=1 build_style=cargo hostmakedepends="llvm clang" makedepends="oniguruma-devel" short_desc="Syntax-highlighting pager for git" maintainer="Andrew Benson " license="MIT" homepage="https://github.com/dandavison/delta" distfiles="${homepage}/archive/${version}.tar.gz" checksum=50519e97310b54ddb485635ac8e0984670d4ae64fc7fd4a5ed2b67cc6b77347f pre_build() { export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}" export CC_${RUST_BUILD//-/_}="${BUILD_CC}" } post_install() { vlicense LICENSE }