17 lines
531 B
Bash
17 lines
531 B
Bash
# Template file for 'pgbouncer'
|
|
pkgname=pgbouncer
|
|
version=1.13.0
|
|
revision=3
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
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=4cb821c95f05625594355bba89c139f2a4e062af221c2135bf0526b920c89d31
|
|
|
|
post_install() {
|
|
vlicense COPYRIGHT
|
|
}
|