16 lines
469 B
Bash
16 lines
469 B
Bash
pkgname=pgbouncer
|
|
version=1.8.1
|
|
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=fa8bde2a2d2c8c80d53a859f8e48bc6713cf127e31c77d8f787bbc1d673e8dc8
|
|
|
|
post_install() {
|
|
vlicense COPYRIGHT
|
|
}
|