void-packages/srcpkgs/pgweb/template

19 lines
565 B
Bash

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