New package: pgweb-0.9.12
This commit is contained in:
parent
02992b4b05
commit
bda12119ad
1 changed files with 17 additions and 0 deletions
17
srcpkgs/pgweb/template
Normal file
17
srcpkgs/pgweb/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'pgweb'
|
||||
pkgname=pgweb
|
||||
version=0.9.12
|
||||
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=4c625bad8312dacf9bc9d64d40c2dea1e840175db9c60667a641c62289f9f174
|
||||
|
||||
post_install() {
|
||||
vdoc README.md
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue