# Template file for 'pgweb'
pkgname=pgweb
version=0.17.0
revision=1
build_style=go
go_import_path="github.com/sosedoff/pgweb"
short_desc="Cross-platform client for Postgresql databases"
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
license="MIT"
homepage="https://sosedoff.github.io/pgweb"
changelog="https://github.com/sosedoff/pgweb/raw/master/CHANGELOG.md"
distfiles="https://github.com/sosedoff/pgweb/archive/v${version}.tar.gz"
checksum=5a79b4a13f313f8b38d63957495bd6ece01ab28cf83e23b288cbb7a1b3dd7cfa
make_check=no  #tests require postres istance

post_install() {
	vdoc README.md
	vlicense LICENSE
}
