18 lines
495 B
Bash
18 lines
495 B
Bash
# Template file for 'pgweb'
|
|
pkgname=pgweb
|
|
version=0.11.9
|
|
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"
|
|
distfiles="https://github.com/sosedoff/pgweb/archive/v${version}.tar.gz"
|
|
checksum=2b93e8ebbb381e480c70a4c25ba62b7bb31a04e60be52951ddd874f603bd3789
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
vlicense LICENSE
|
|
}
|