delta: update to 0.4.4
Signed-off-by: Sora Morimoto <sora@morimoto.io>
This commit is contained in:
parent
cf29e44ccf
commit
84129d44ad
|
@ -1,21 +1,14 @@
|
||||||
# Template file for 'delta'
|
# Template file for 'delta'
|
||||||
pkgname=delta
|
pkgname=delta
|
||||||
version=0.4.3
|
version=0.4.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="llvm clang"
|
|
||||||
makedepends="oniguruma-devel"
|
|
||||||
short_desc="Syntax-highlighting pager for git"
|
short_desc="Syntax-highlighting pager for git"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/dandavison/delta"
|
homepage="https://github.com/dandavison/delta"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=78ee36ec30194fe261ccb585111b67adae5166e79170f9636e54cbf5427da54a
|
checksum=4068cb88a4110bbef24b8148e3ae283ff007f4f6aa4780789cda7a412928daa0
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"
|
|
||||||
export CC_${RUST_BUILD//-/_}="${BUILD_CC}"
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue