void-packages/srcpkgs/angle-grinder/template

21 lines
543 B
Bash

# Template file for 'angle-grinder'
pkgname=angle-grinder
version=0.19.4
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=13ae3912dcc34c2648d8ef57fe8d976cb978c70e6976ead079ea5d7609532172
pre_configure() {
cargo update -p h2 -p crossbeam-channel
}
post_install() {
vlicense LICENSE
}