mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: icann-rdap-cli-0.0.21
This commit is contained in:
parent
bbcb3ed6a1
commit
3522b614cc
1 changed files with 17 additions and 0 deletions
17
srcpkgs/icann-rdap-cli/template
Normal file
17
srcpkgs/icann-rdap-cli/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'icann-rdap-cli'
|
||||||
|
pkgname=icann-rdap-cli
|
||||||
|
version=0.0.21
|
||||||
|
revision=1
|
||||||
|
build_wrksrc="icann-rdap-cli"
|
||||||
|
build_style=cargo
|
||||||
|
makedepends="openssl-devel"
|
||||||
|
short_desc="ICANN implementation of the Registry Data Access Protocol (RDAP)"
|
||||||
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
license="Apache-2.0 OR MIT"
|
||||||
|
homepage="https://github.com/icann/icann-rdap"
|
||||||
|
distfiles="https://github.com/icann/icann-rdap/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=252b112776fae0160f539e20b70ff24b6f2bea7551c9476ccd6f7651c7b861d0
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense ../LICENSE-MIT
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue