2020-05-22 01:19:35 +02:00
|
|
|
# Template file for 'angle-grinder'
|
|
|
|
pkgname=angle-grinder
|
2020-08-31 11:39:28 +02:00
|
|
|
version=0.15.0
|
2020-08-31 22:32:40 +02:00
|
|
|
revision=2
|
2020-05-22 01:19:35 +02:00
|
|
|
build_style=cargo
|
2020-05-22 02:20:49 +02:00
|
|
|
hostmakedepends="pkg-config"
|
2020-08-31 22:32:40 +02:00
|
|
|
makedepends="libressl-devel"
|
2020-05-22 01:19:35 +02: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"
|
2020-08-31 11:39:28 +02:00
|
|
|
checksum=5359d6e241eca2bc3bdb7ddf9344b4ef8315cbe7629775c09e0ab7ed70310c8d
|
|
|
|
#nocross="https://build.voidlinux.org/builders/aarch64_builder/builds/26343/steps/shell_3/logs/stdio"
|
2020-07-03 00:16:34 +02:00
|
|
|
|
2020-08-31 22:32:40 +02:00
|
|
|
post_extract() {
|
|
|
|
# get rid of rustls and therefore ring dependency
|
|
|
|
# https://github.com/rcoh/angle-grinder/issues/124
|
|
|
|
vsed -i '/self_update/s/"rustls"/"default"/' Cargo.toml
|
|
|
|
}
|
|
|
|
|
2020-05-22 01:19:35 +02:00
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|