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