From 7f7efa6148db8a77e937f5bf8897851c563e9281 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. --- srcpkgs/cyrus-sasl-xoauth2/template | 20 ++++++++++++++++++++ 1 file changed, 20 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..43d29589bfb --- /dev/null +++ b/srcpkgs/cyrus-sasl-xoauth2/template @@ -0,0 +1,20 @@ +# Template file for 'cyrus-sasl-xoauth2' +pkgname=cyrus-sasl-xoauth2 +version=0.2 +revision=1 +build_style=gnu-configure +hostmakedepends="automake libtool 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 +}