void-packages/srcpkgs/angle-grinder/template

23 lines
681 B
Bash
Raw Normal View History

2020-05-21 23:19:35 +00:00
# Template file for 'angle-grinder'
pkgname=angle-grinder
version=0.13.0
revision=2
2020-05-21 23:19:35 +00:00
build_style=cargo
2020-05-22 00:20:49 +00:00
hostmakedepends="pkg-config"
makedepends="libressl-devel"
2020-05-21 23:19:35 +00:00
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=b257b9869f5350bc75754ecdd883341a7ede74bde05dd1e934dfd3b40d962d7c
2020-05-22 00:30:21 +00:00
nocross="https://build.voidlinux.org/builders/aarch64_builder/builds/26343/steps/shell_3/logs/stdio"
2020-05-21 23:19:35 +00:00
pre_build() {
cargo update --package openssl-sys --precise 0.9.58
}
2020-05-21 23:19:35 +00:00
post_install() {
vlicense LICENSE
}