void-packages/srcpkgs/delta/template
2020-09-10 08:31:58 -05:00

22 lines
578 B
Bash

# Template file for 'delta'
pkgname=delta
version=0.4.3
revision=1
build_style=cargo
hostmakedepends="llvm clang"
makedepends="oniguruma-devel"
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=78ee36ec30194fe261ccb585111b67adae5166e79170f9636e54cbf5427da54a
pre_build() {
export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"
export CC_${RUST_BUILD//-/_}="${BUILD_CC}"
}
post_install() {
vlicense LICENSE
}