23 lines
605 B
Bash
23 lines
605 B
Bash
# Template file for 'delta'
|
|
pkgname=delta
|
|
version=0.16.5
|
|
revision=2
|
|
build_style=cargo
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libgit2-devel oniguruma-devel"
|
|
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="https://github.com/dandavison/delta/archive/refs/tags/${version}.tar.gz"
|
|
checksum=00d4740e9da4f543f34a2a0503615f8190d307d1180dfb753b6911aa6940197f
|
|
|
|
post_patch() {
|
|
cargo update --package git2@0.16.1 --precise 0.17.2
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|