diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2020-02-05 12:57:42 +0100 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2020-02-05 12:57:42 +0100 |
commit | 2f49402df6a9eefef4537dc176c045b6b94ec9e5 (patch) | |
tree | ab25c38818bf8d3f3899398674c80cd77df907ee /net-libs/libasr/libasr-1.0.4.ebuild | |
parent | net-im/slack-bin: version bump to 4.3.2 (diff) | |
download | gentoo-2f49402df6a9eefef4537dc176c045b6b94ec9e5.tar.gz gentoo-2f49402df6a9eefef4537dc176c045b6b94ec9e5.tar.bz2 gentoo-2f49402df6a9eefef4537dc176c045b6b94ec9e5.zip |
net-libs/libasr: bump to 1.0.4 and eapi 7
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
Diffstat (limited to 'net-libs/libasr/libasr-1.0.4.ebuild')
-rw-r--r-- | net-libs/libasr/libasr-1.0.4.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-libs/libasr/libasr-1.0.4.ebuild b/net-libs/libasr/libasr-1.0.4.ebuild new file mode 100644 index 000000000000..8c80ebc66324 --- /dev/null +++ b/net-libs/libasr/libasr-1.0.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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="" +RDEPEND="${DEPEND}" |