summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Ulyanov <disinbox@gmail.com>2024-03-13 19:49:18 +0300
committerIgor Ulyanov <disinbox@gmail.com>2024-03-13 19:49:18 +0300
commit8663e2c1a8bda3f2d8965a451b9bfbbaf5e42ac7 (patch)
tree0111c13b96afe48ddb47b1038b592c7ff553f765
parentllama.cpp ebuild with rocm support (diff)
downloaddisplacer-8663e2c1a8bda3f2d8965a451b9bfbbaf5e42ac7.tar.gz
displacer-8663e2c1a8bda3f2d8965a451b9bfbbaf5e42ac7.tar.bz2
displacer-8663e2c1a8bda3f2d8965a451b9bfbbaf5e42ac7.zip
new mailio ebuild
Signed-off-by: Igor Ulyanov <disinbox@gmail.com>
-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}"