23 lines
681 B
Bash
23 lines
681 B
Bash
# Template file for 'angle-grinder'
|
|
pkgname=angle-grinder
|
|
version=0.14.1
|
|
revision=1
|
|
build_style=cargo
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libressl-devel"
|
|
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=32ee1ae9102f81b6d6a3c0865c42e2c747595804d5b8689a2e6a1e39ed0cd886
|
|
nocross="https://build.voidlinux.org/builders/aarch64_builder/builds/26343/steps/shell_3/logs/stdio"
|
|
|
|
pre_build() {
|
|
cargo update --package openssl-sys --precise 0.9.58
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|