mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
parent
d9c22b4d0a
commit
7074501341
1 changed files with 21 additions and 0 deletions
21
srcpkgs/cyrus-sasl-xoauth2/template
Normal file
21
srcpkgs/cyrus-sasl-xoauth2/template
Normal file
|
@ -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 <pbui@github.bx612.space>"
|
||||
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
|
||||
}
|
Loading…
Add table
Reference in a new issue