void-packages/srcpkgs/icann-rdap-cli/template
2025-03-31 14:07:52 +02:00

18 lines
593 B
Bash

# Template file for 'icann-rdap-cli'
pkgname=icann-rdap-cli
version=0.0.22
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=42360a82605bf92891b4de0a133d43baabb041446b16063094c4abc94c531c30
post_install() {
vlicense ../LICENSE-MIT
}