void-packages/srcpkgs/pgweb/template
2019-12-22 20:37:05 +01:00

17 lines
494 B
Bash

# Template file for 'pgweb'
pkgname=pgweb
version=0.11.5
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="http://sosedoff.github.io/pgweb"
distfiles="https://github.com/sosedoff/pgweb/archive/v${version}.tar.gz"
checksum=d51450053e481e897b6bdf84b665ecb8a453843bc35e1057c3e51d89be19edba
post_install() {
vdoc README.md
vlicense LICENSE
}