dev-libs/cyrus-sasl-xoauth2: new package, add 0.2

Signed-off-by: Mathijs Saey <mathijs@mathsaey.be>
This commit is contained in:
Mathijs Saey 2024-06-13 20:21:01 +02:00
parent 26884e7a0f
commit 7e645afe58
No known key found for this signature in database
GPG Key ID: 1D575B6693BAD92A
3 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST cyrus-sasl-xoauth2-0.2.tar.gz 14120 BLAKE2B 21daeed883017029be37a7ac7397426a30a01ba9de7ff55d1bb403f0c266d0d90ef2b071653a355faba0d56d14a8e5bcc47d3c0780eb2401464e57d5fb7ad5ae SHA512 c3a8fdc7c51a22df9fd8da5418a95e146b46c6865d4990dcf4053f18ca9ee9900b3b564e85cc8ec7bcde75966385b148e8320059b00f2f1374d4601c50e2c821

View File

@ -0,0 +1,29 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="XOAUTH2 mechanism plugin for cyrus-sasl"
HOMEPAGE="https://github.com/moriyoshi/cyrus-sasl-xoauth2"
SRC_URI="https://github.com/moriyoshi/cyrus-sasl-xoauth2/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-libs/cyrus-sasl"
DEPEND="${RDEPEND}"
src_prepare() {
sed -i -e "s|/lib/sasl2|/$(get_libdir)/sasl2|" Makefile.am || die
default
./autogen.sh
eautoreconf
}
src_install() {
default
find "${ED}" -type f -name '*.la' -delete || die
}

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>mathijs@mathsaey.be</email>
<name>Mathijs Saey</name>
</maintainer>
<upstream>
<remote-id type="github">moriyoshi/cyrus-sasl-xoauth2</remote-id>
</upstream>
</pkgmetadata>