18 lines
494 B
Bash
18 lines
494 B
Bash
# Template file for 'pgweb'
|
|
pkgname=pgweb
|
|
version=0.11.7
|
|
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"
|
|
checksum=d35f74a6d80093764aece7b0a0ad6869799d04316efab077e0f7603835a9f159
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
vlicense LICENSE
|
|
}
|