dev-ml/domain-name: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-02 22:19:49 +02:00
parent 57cd7e8317
commit dea8c9623c
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST domain-name-0.4.0.tbz 9310 BLAKE2B 653c9a19b38883dff2243ea84817feb275d5aacdf6780733f0cf765c8435935b43bed69bfe933f4e02c8d2021c310bbe45aa9d1a699c7341db04afcc4915a391 SHA512 f25aedb1ddf6ab8c49b1545cf88f4990114a9e7954d91cabf260e6ce470abd42dd135e8a55084262a77d4c9ee4bff6dc00c71307b23a48d82d50593b910ee173

View File

@@ -0,0 +1,15 @@
# Copyright 2019-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="RFC 1035 Internet domain names"
HOMEPAGE="https://github.com/hannesm/domain-name"
SRC_URI="https://github.com/hannesm/domain-name/releases/download/v${PV}/${P}.tbz"
LICENSE="ISC"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt"

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<remote-id type="github">hannesm/domain-name</remote-id>
</upstream>
</pkgmetadata>