void-packages/srcpkgs/pgweb/template
2022-01-28 04:39:29 -03:00

17 lines
496 B
Bash

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