17 lines
494 B
Bash
17 lines
494 B
Bash
# Template file for 'pgweb'
|
|
pkgname=pgweb
|
|
version=0.11.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="http://sosedoff.github.io/pgweb"
|
|
distfiles="https://github.com/sosedoff/pgweb/archive/v${version}.tar.gz"
|
|
checksum=6d9606ce5c609e774781f588e5802108abb6355f706b6245e26906521799d9e2
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
vlicense LICENSE
|
|
}
|