New package: pgbouncer-1.8.1
This commit is contained in:
parent
3372533871
commit
77c84496da
|
@ -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 <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
|
||||
}
|
Loading…
Reference in New Issue