New package: icann-rdap-cli-0.0.21

This commit is contained in:
Leah Neukirchen 2025-01-28 21:26:53 +01:00
parent bbcb3ed6a1
commit 3522b614cc

View 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
}