void-packages/srcpkgs/pgweb/template
2022-04-10 11:29:25 +02:00

17 lines
496 B
Bash

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