mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
angle-grinder: update to 0.15.0.
This commit is contained in:
parent
f6f1e90c7e
commit
1cdb91d4dd
1 changed files with 3 additions and 8 deletions
|
@ -1,21 +1,16 @@
|
||||||
# Template file for 'angle-grinder'
|
# Template file for 'angle-grinder'
|
||||||
pkgname=angle-grinder
|
pkgname=angle-grinder
|
||||||
version=0.14.1
|
version=0.15.0
|
||||||
revision=1
|
revision=1
|
||||||
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"
|
||||||
homepage="https://github.com/rcoh/angle-grinder"
|
homepage="https://github.com/rcoh/angle-grinder"
|
||||||
distfiles="https://github.com/rcoh/angle-grinder/archive/v${version}.tar.gz"
|
distfiles="https://github.com/rcoh/angle-grinder/archive/v${version}.tar.gz"
|
||||||
checksum=32ee1ae9102f81b6d6a3c0865c42e2c747595804d5b8689a2e6a1e39ed0cd886
|
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"
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
cargo update --package openssl-sys --precise 0.9.58
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue