void-packages/srcpkgs/pgbouncer/template
2019-09-06 08:48:28 +02:00

16 lines
502 B
Bash

# Template file for 'pgbouncer'
pkgname=pgbouncer
version=1.11.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=84802fa48a2806c53675764ce10a8b6e4733f196eb23e1aa4b954dcbe7287e70
post_install() {
vlicense COPYRIGHT
}