diff --git a/srcpkgs/angle-grinder/template b/srcpkgs/angle-grinder/template index 280af5ef14f..3b5df715561 100644 --- a/srcpkgs/angle-grinder/template +++ b/srcpkgs/angle-grinder/template @@ -1,9 +1,10 @@ # Template file for 'angle-grinder' pkgname=angle-grinder version=0.15.0 -revision=1 +revision=2 build_style=cargo hostmakedepends="pkg-config" +makedepends="libressl-devel" short_desc="Slice and dice logs on the command line" maintainer="Leah Neukirchen " license="MIT" @@ -12,6 +13,12 @@ distfiles="https://github.com/rcoh/angle-grinder/archive/v${version}.tar.gz" checksum=5359d6e241eca2bc3bdb7ddf9344b4ef8315cbe7629775c09e0ab7ed70310c8d #nocross="https://build.voidlinux.org/builders/aarch64_builder/builds/26343/steps/shell_3/logs/stdio" +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 +} + post_install() { vlicense LICENSE }