17 lines
479 B
Bash
17 lines
479 B
Bash
# Template file for 'angle-grinder'
|
|
pkgname=angle-grinder
|
|
version=0.16
|
|
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=575e5398cfcddc78152f76ade632f7be2aa6b54b4adaaf1776344529fb9c0561
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|