mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
dev-libs/cyrus-sasl-xoauth2: new package, add 0.2
Signed-off-by: Mathijs Saey <mathijs@mathsaey.be>
This commit is contained in:
parent
26884e7a0f
commit
7e645afe58
1
dev-libs/cyrus-sasl-xoauth2/Manifest
Normal file
1
dev-libs/cyrus-sasl-xoauth2/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST cyrus-sasl-xoauth2-0.2.tar.gz 14120 BLAKE2B 21daeed883017029be37a7ac7397426a30a01ba9de7ff55d1bb403f0c266d0d90ef2b071653a355faba0d56d14a8e5bcc47d3c0780eb2401464e57d5fb7ad5ae SHA512 c3a8fdc7c51a22df9fd8da5418a95e146b46c6865d4990dcf4053f18ca9ee9900b3b564e85cc8ec7bcde75966385b148e8320059b00f2f1374d4601c50e2c821
|
29
dev-libs/cyrus-sasl-xoauth2/cyrus-sasl-xoauth2-0.2.ebuild
Normal file
29
dev-libs/cyrus-sasl-xoauth2/cyrus-sasl-xoauth2-0.2.ebuild
Normal 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
|
||||
}
|
11
dev-libs/cyrus-sasl-xoauth2/metadata.xml
Normal file
11
dev-libs/cyrus-sasl-xoauth2/metadata.xml
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user