16 lines
469 B
Bash
16 lines
469 B
Bash
pkgname=pgbouncer
|
|
version=1.9.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="libevent-devel"
|
|
short_desc="Lightweight connection pooler for PostgreSQL"
|
|
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
|
license="ISC"
|
|
homepage="https://pgbouncer.github.io/"
|
|
distfiles="https://pgbouncer.github.io/downloads/files/${version}/pgbouncer-${version}.tar.gz"
|
|
checksum=39eca9613398636327e79cbcbd5b41115035bca9ca1bd3725539646468825f04
|
|
|
|
post_install() {
|
|
vlicense COPYRIGHT
|
|
}
|