blob: 228c3e9ff85bcc7418b94b98405757d2e1ca99c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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}"
|