New package: gip-0.6.0
This commit is contained in:
parent
17b57b0be0
commit
585509da7b
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'gip'
|
||||
pkgname=gip
|
||||
version=0.6.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
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=b8f5ba15a554ba4cb85a32449a8f665db24ab9dde7c47e7e6e10724fc9a76422
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE-MIT
|
||||
}
|
Loading…
Reference in New Issue