# Template file for 'angle-grinder'
pkgname=angle-grinder
version=0.19.2
revision=1
build_style=cargo
hostmakedepends="pkg-config"
short_desc="Slice and dice logs on the command line"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://github.com/rcoh/angle-grinder"
distfiles="https://github.com/rcoh/angle-grinder/archive/v${version}.tar.gz"
checksum=3a5637bbd3ef3fc2f8164a1af90b8894f79c1b2adb89a874f1f3c5a56006e18b

pre_configure() {
	cargo update -p h2 -p crossbeam-channel
}

post_install() {
	vlicense LICENSE
}
