angle-grinder: switch back to openssl-sys

This commit is contained in:
q66 2020-08-31 22:32:40 +02:00
parent 308dd43e90
commit 0d95ad46f3
1 changed files with 8 additions and 1 deletions

View File

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