aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstroFloyd <AstroFloyd@gmail.com>2022-12-17 10:33:41 +0100
committerAstroFloyd <AstroFloyd@gmail.com>2022-12-17 10:33:41 +0100
commitad27154f726d40eeabbe3910134876b9e9b93cc1 (patch)
tree87e76d97e83126fb201afb7c68bf76371ebbbf3d /dev-libs/sasl-xoauth2/sasl-xoauth2-20220515.ebuild
parentnet-mail/davmail-bin: remove package. (diff)
downloadAstroFloyd-ad27154f726d40eeabbe3910134876b9e9b93cc1.tar.gz
AstroFloyd-ad27154f726d40eeabbe3910134876b9e9b93cc1.tar.bz2
AstroFloyd-ad27154f726d40eeabbe3910134876b9e9b93cc1.zip
dev-libs/sasl-xoauth2: version bump to v9999.
Signed-off-by: AstroFloyd <AstroFloyd@gmail.com>
Diffstat (limited to 'dev-libs/sasl-xoauth2/sasl-xoauth2-20220515.ebuild')
-rw-r--r--dev-libs/sasl-xoauth2/sasl-xoauth2-20220515.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-libs/sasl-xoauth2/sasl-xoauth2-20220515.ebuild b/dev-libs/sasl-xoauth2/sasl-xoauth2-20220515.ebuild
new file mode 100644
index 0000000..6077f61
--- /dev/null
+++ b/dev-libs/sasl-xoauth2/sasl-xoauth2-20220515.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit git-r3 cmake
+
+DESCRIPTION="SASL plugin for client-side OAuth 2.0, e.g. Gmail/Outlook/Office/Postfix SMTP"
+HOMEPAGE="https://github.com/tarickb/sasl-xoauth2"
+SRC_URI=""
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+RESTRICT="mirror"
+
+EGIT_REPO_URI="https://github.com/tarickb/sasl-xoauth2.git"
+EGIT_BRANCH="master"
+EGIT_COMMIT="0cabe084"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_install() {
+ dobin "${S}/scripts/sasl-xoauth2-tool"
+ dolib.so "${BUILD_DIR}/src/libsasl-xoauth2.so"
+ insinto /etc
+ doins "${S}/src/sasl-xoauth2.conf"
+ dodoc ChangeLog README.md
+}