mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
gip: update to 0.7.0.
This commit is contained in:
parent
543323257e
commit
837538bdc2
1 changed files with 5 additions and 11 deletions
|
@ -1,22 +1,16 @@
|
||||||
# Template file for 'gip'
|
# Template file for 'gip'
|
||||||
pkgname=gip
|
pkgname=gip
|
||||||
version=0.6.0
|
version=0.7.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libressl-devel"
|
||||||
short_desc="CLI tool to get global IP address"
|
short_desc="CLI tool to get global IP address"
|
||||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/dalance/gip"
|
homepage="https://github.com/dalance/gip"
|
||||||
distfiles="https://github.com/dalance/gip/archive/v${version}.tar.gz"
|
distfiles="https://github.com/dalance/gip/archive/v${version}.tar.gz"
|
||||||
checksum=b8f5ba15a554ba4cb85a32449a8f665db24ab9dde7c47e7e6e10724fc9a76422
|
checksum=69a23f438279a570293fab165f94a7e251a49b9b8de96703a0ab2542facffcb9
|
||||||
broken="No longer builds with current Rust (url crate)"
|
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
# the defined version (0.2.39 at the time of writing) is buggy on
|
|
||||||
# ppc64*-musl, pin the oldest newer working version; on next update
|
|
||||||
# please check Cargo.lock to verify if this is still necessary
|
|
||||||
cargo update --package libc --precise 0.2.43
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
|
|
Loading…
Add table
Reference in a new issue