summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/mailio/mailio-0.23.0.ebuild')
-rw-r--r--dev-cpp/mailio/mailio-0.23.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-cpp/mailio/mailio-0.23.0.ebuild b/dev-cpp/mailio/mailio-0.23.0.ebuild
new file mode 100644
index 0000000..228c3e9
--- /dev/null
+++ b/dev-cpp/mailio/mailio-0.23.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 20242 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Cross platform C++ library for MIME format and SMTP, POP3 and IMAP protocols."
+HOMEPAGE="https://github.com/karastojko/mailio"
+
+SRC_URI="https://github.com/karastojko/mailio/archive/refs/tags/${PV}.tar.gz"
+
+LICENSE="Simplified BSD License"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"