22 lines
585 B
Bash
22 lines
585 B
Bash
# 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="Orphaned <orphan@voidlinux.org>"
|
|
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
|
|
}
|