summaryrefslogtreecommitdiff
path: root/dev-libs/mdns
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/mdns')
-rw-r--r--dev-libs/mdns/Manifest3
-rw-r--r--dev-libs/mdns/mdns-1.4.2.ebuild14
-rw-r--r--dev-libs/mdns/metadata.xml20
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-libs/mdns/Manifest b/dev-libs/mdns/Manifest
new file mode 100644
index 000000000000..7df539493ba2
--- /dev/null
+++ b/dev-libs/mdns/Manifest
@@ -0,0 +1,3 @@
+DIST mdns-1.4.2.tar.gz 24743 BLAKE2B 6d360d5485ac9b3f284f2754b2bcdc6bba3fa2cf554deb0cebc9e83e2691355a32b81311cd313f2a5ad4bb650d1759967d299fc88a69f1793c50203c820ddc7c SHA512 fa3fcf130721ee6f7012225c1e7952bd41703c2488b1d0ffe2b8c73ed06744d1cd9f03b6ab19aa0b8074fbfaafe46f8e102d6a648756725a60dc076e896cfbf6
+EBUILD mdns-1.4.2.ebuild 362 BLAKE2B dd16d18aeb37e8aa444d0e1225a33d8918770de7ba324d67c743b93895b99d280776a2059c79831fcb0ecc6245979271f57ed4859983b4f61a8db0115debe07b SHA512 87bbe581b2b4a4ce4065742903bbc8584f737cc73fe2808f8e5884c359ce6b6ac01de014787e7acdd84d3c6cff4e918ba3181327c5fada47346670463ab69826
+MISC metadata.xml 646 BLAKE2B e9986d7a6ddd7e09a17e3b55097073fab681dde8e7e77ff52a80be5082fa8b44b23de91b67869a674fee44391fceab27f183d60216c2b29b9e3630eb0154c3bc SHA512 9f0dfeab4fb1c9227c82ac62f407347aed4a2bab392c5ebafc360b3e78fb80979df005d81ab863b7d63115f95ab6a5b1e5c695115b50589da90aafc108cef4b8
diff --git a/dev-libs/mdns/mdns-1.4.2.ebuild b/dev-libs/mdns/mdns-1.4.2.ebuild
new file mode 100644
index 000000000000..96d4409beaa7
--- /dev/null
+++ b/dev-libs/mdns/mdns-1.4.2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Public domain mDNS/DNS-SD library in C"
+HOMEPAGE="https://github.com/mjansson/mdns"
+SRC_URI="https://github.com/mjansson/mdns/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Unlicense"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
diff --git a/dev-libs/mdns/metadata.xml b/dev-libs/mdns/metadata.xml
new file mode 100644
index 000000000000..2089c087dcf4
--- /dev/null
+++ b/dev-libs/mdns/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>xgqt@gentoo.org</email>
+ <name>Maciej Barć</name>
+ </maintainer>
+ <maintainer type="person" proxied="yes">
+ <email>alexey+gentoo@asokolov.org</email>
+ <name>Alexey Sokolov</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">mjansson/mdns</remote-id>
+ <bugs-to>https://github.com/mjansson/mdns/issues</bugs-to>
+ </upstream>
+</pkgmetadata>