17 lines
481 B
Bash
17 lines
481 B
Bash
# Template file for 'angle-grinder'
|
|
pkgname=angle-grinder
|
|
version=0.18.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=7a282d9eff88bb2e224b02d80b887de92286e451abf8a193248d30136d08f4e0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|