diff --git a/srcpkgs/pgbouncer/template b/srcpkgs/pgbouncer/template new file mode 100644 index 00000000000..89723aaa09c --- /dev/null +++ b/srcpkgs/pgbouncer/template @@ -0,0 +1,15 @@ +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 " +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 +}