17 lines
495 B
Bash
17 lines
495 B
Bash
# Template file for 'gip'
|
|
pkgname=gip
|
|
version=0.7.0
|
|
revision=1
|
|
build_style=cargo
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libressl-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=69a23f438279a570293fab165f94a7e251a49b9b8de96703a0ab2542facffcb9
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
}
|