2025-01-28 21:29:43 +01:00

19 lines
593 B
Bash

# Template file for 'icann-rdap-cli'
pkgname=icann-rdap-cli
version=0.0.21
revision=1
build_wrksrc="icann-rdap-cli"
build_style=cargo
hostmakedepends="pkg-config"
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
}