void-packages/srcpkgs/pgweb/template
2019-10-06 12:24:40 +02:00

17 lines
494 B
Bash

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