void-packages/srcpkgs/angle-grinder/template

17 lines
481 B
Bash

# Template file for 'angle-grinder'
pkgname=angle-grinder
version=0.19.0
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=4051ad846ef7abacd41927d5e29ac4eb8ab29567a78e28727e1e8236cbaefeff
post_install() {
vlicense LICENSE
}