void-packages/srcpkgs/pgweb/template

18 lines
494 B
Bash
Raw Normal View History

2018-10-05 21:30:49 +02:00
# Template file for 'pgweb'
pkgname=pgweb
2018-11-30 07:08:57 +01:00
version=0.10.0
2018-10-05 21:30:49 +02:00
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="http://sosedoff.github.io/pgweb"
distfiles="https://github.com/sosedoff/pgweb/archive/v${version}.tar.gz"
2018-11-30 07:08:57 +01:00
checksum=5783f3f368556226018f1388a1e971075104bfdd2286aedf5a0ca257dbdf38ff
2018-10-05 21:30:49 +02:00
post_install() {
vdoc README.md
vlicense LICENSE
}