add opensmtpd
This commit is contained in:
3
net-libs/libasr/Manifest
Normal file
3
net-libs/libasr/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST libasr-1.0.3.tar.gz 657592 BLAKE2B 7f65f27d247ebc4b29f5ef5bf84c61fc67f809bb4398d0a6cfcaa88c8faae878079b1d9d9b76fcd28493b248f7123816f0cf6e75f44687fba6b6c924159ee0e7 SHA512 1d4e1125665a7b911119f65aab391189712abf10b783f07d58b4988689f2da80d7afd79bf3511659770f231d3e303dec55467da0b7db272eb12d5aa06e60df72
|
||||
EBUILD libasr-1.0.3.ebuild 481 BLAKE2B 5b95519650a7d065f90874e7ba2808cad696fa56b41de6845af25d2169b876f2ce05433078a53715fcbfc288e262067414670b2fe887b5e9c5e13910bc3bee38 SHA512 331153b3a8839f9af72d907dea189b0aac1b3ead15e3dc76b193080e1ad6cc4c8d29bf454d80b1669824fdff0686994e9630ab27f94cc20f39ad2be0d823cacd
|
||||
MISC metadata.xml 331 BLAKE2B fb0ff46381f7fa14f0fd15ffda08e378a5a88e9771ce464ad813e4c8cf7d2146ca45b2c2cc8c13756bdae2413758f7cba2c68cf4752405359f311eca700c7fbb SHA512 dedfef00a1e0f26438a1e0fbc9b53fc64566bd6def05260410d21aa3ff941ef0c5c9dbc205b3516052b0409943acbfb431e4702c87d1c94e9950ab9492f68850
|
||||
23
net-libs/libasr/libasr-1.0.3.ebuild
Normal file
23
net-libs/libasr/libasr-1.0.3.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit eutils autotools
|
||||
|
||||
DESCRIPTION="Async Resolver Library from OpenBSD/OpenSMTPD"
|
||||
HOMEPAGE="https://github.com/OpenSMTPD/libasr"
|
||||
SRC_URI="https://www.opensmtpd.org/archives/${P}.tar.gz"
|
||||
|
||||
LICENSE="ISC BSD BSD-1 BSD-2 BSD-4"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-libs/libbsd"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare(){
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
11
net-libs/libasr/metadata.xml
Normal file
11
net-libs/libasr/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>zx2c4@gentoo.org</email>
|
||||
<name>Jason A. Donenfeld</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">OpenSMTPD/libasr</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user