void-packages/srcpkgs/pgweb/template
2019-02-18 04:48:10 -03:00

18 lines
494 B
Bash

# Template file for 'pgweb'
pkgname=pgweb
version=0.11.2
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=e475973e7c1287905b3d2c26be9b9a11609cd05a088af77ef604823389a3d7ab
post_install() {
vdoc README.md
vlicense LICENSE
}