void-packages/srcpkgs/pgweb/template

19 lines
566 B
Bash

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