void-packages/srcpkgs/gip/template
2021-03-05 21:05:33 +01:00

18 lines
494 B
Bash

# Template file for 'gip'
pkgname=gip
version=0.7.0
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=69a23f438279a570293fab165f94a7e251a49b9b8de96703a0ab2542facffcb9
post_install() {
vlicense LICENSE-MIT
}