mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
dev-ml/domain-name: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-ml/domain-name/Manifest
Normal file
1
dev-ml/domain-name/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST domain-name-0.4.0.tbz 9310 BLAKE2B 653c9a19b38883dff2243ea84817feb275d5aacdf6780733f0cf765c8435935b43bed69bfe933f4e02c8d2021c310bbe45aa9d1a699c7341db04afcc4915a391 SHA512 f25aedb1ddf6ab8c49b1545cf88f4990114a9e7954d91cabf260e6ce470abd42dd135e8a55084262a77d4c9ee4bff6dc00c71307b23a48d82d50593b910ee173
|
||||
15
dev-ml/domain-name/domain-name-0.4.0.ebuild
Normal file
15
dev-ml/domain-name/domain-name-0.4.0.ebuild
Normal 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"
|
||||
12
dev-ml/domain-name/metadata.xml
Normal file
12
dev-ml/domain-name/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user