delta: update to 0.1.1
This commit is contained in:
parent
e347e19f85
commit
b7efa328e4
1 changed files with 9 additions and 2 deletions
|
@ -1,14 +1,21 @@
|
|||
# Template file for 'delta'
|
||||
pkgname=delta
|
||||
version=0.0.17
|
||||
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 <abenson+void@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/dandavison/delta"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=ac1f26ac5ea10d43b300675189c49437dcae7a9fca7e51f615058ab0550d27e5
|
||||
checksum=50519e97310b54ddb485635ac8e0984670d4ae64fc7fd4a5ed2b67cc6b77347f
|
||||
|
||||
pre_build() {
|
||||
export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"
|
||||
export CC_${RUST_BUILD//-/_}="${BUILD_CC}"
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue