void-packages/srcpkgs/pgweb/template

19 lines
565 B
Bash

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