diff --git a/srcpkgs/icann-rdap-cli/template b/srcpkgs/icann-rdap-cli/template new file mode 100644 index 00000000000..ef02703e7ec --- /dev/null +++ b/srcpkgs/icann-rdap-cli/template @@ -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 " +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 +}