18 lines
494 B
Bash
18 lines
494 B
Bash
# Template file for 'gip'
|
|
pkgname=gip
|
|
version=0.7.1
|
|
revision=2
|
|
build_style=cargo
|
|
hostmakedepends="pkg-config"
|
|
makedepends="openssl-devel"
|
|
short_desc="CLI tool to get global IP address"
|
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
|
license="MIT"
|
|
homepage="https://github.com/dalance/gip"
|
|
distfiles="https://github.com/dalance/gip/archive/v${version}.tar.gz"
|
|
checksum=b0cc949cbd25d6dc1e61d08092a78f95f65fb600601d03a407878774385a4060
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
}
|