New package : pgadmin3 1.20.0
Signed-off-by: Gerardo Di Iorio <arete74@gmail.com>
This commit is contained in:
parent
4f0bd60fbb
commit
71cc3cbafc
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'pgadmin3'
|
||||
pkgname=pgadmin3
|
||||
version=1.20.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="postgresql-libs-devel wxGTK-devel libxslt-devel libressl-devel"
|
||||
short_desc="Comprehensive design and management interface for PostgreSQL"
|
||||
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="http://www.pgadmin.org"
|
||||
distfiles="http://ftp.postgresql.org/pub/pgadmin3/release/v${version}/src/pgadmin3-${version}.tar.gz"
|
||||
checksum=0773d7826a9c7a998c4872e9b00b998e0bbb10448984d66853420c95fa626b8c
|
||||
nocross=yes
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
Loading…
Reference in New Issue