From 70745013414d903af97fdde72ac383fe51e62bbb Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Fri, 22 May 2020 18:19:32 -0400 Subject: [PATCH] New package: cyrus-sasl-xoauth2-0.2. Closes: #22206 --- srcpkgs/cyrus-sasl-xoauth2/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/cyrus-sasl-xoauth2/template diff --git a/srcpkgs/cyrus-sasl-xoauth2/template b/srcpkgs/cyrus-sasl-xoauth2/template new file mode 100644 index 00000000000..b206ae49b45 --- /dev/null +++ b/srcpkgs/cyrus-sasl-xoauth2/template @@ -0,0 +1,21 @@ +# Template file for 'cyrus-sasl-xoauth2' +pkgname=cyrus-sasl-xoauth2 +version=0.2 +revision=1 +build_style=gnu-configure +hostmakedepends="automake libtool" +makedepends="libsasl-devel" +short_desc="XOAUTH2 mechanism plugin for cyrus-sasl" +maintainer="Peter Bui " +license="MIT" +homepage="https://github.com/moriyoshi/cyrus-sasl-xoauth2" +distfiles="https://github.com/moriyoshi/cyrus-sasl-xoauth2/archive/v${version}.tar.gz" +checksum=a62c26566098100d30aa254e4c1aa4309876b470f139e1019bb9032b6e2ee943 + +pre_configure() { + ./autogen.sh +} + +post_install() { + vlicense COPYING +}