mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
55b9106771
commit
4a08ea751b
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pgweb'
|
# Template file for 'pgweb'
|
||||||
pkgname=pgweb
|
pkgname=pgweb
|
||||||
version=0.16.0
|
version=0.16.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/sosedoff/pgweb"
|
go_import_path="github.com/sosedoff/pgweb"
|
||||||
short_desc="Cross-platform client for Postgresql databases"
|
short_desc="Cross-platform client for Postgresql databases"
|
||||||
|
@ -10,7 +10,8 @@ license="MIT"
|
||||||
homepage="https://sosedoff.github.io/pgweb"
|
homepage="https://sosedoff.github.io/pgweb"
|
||||||
changelog="https://github.com/sosedoff/pgweb/raw/master/CHANGELOG.md"
|
changelog="https://github.com/sosedoff/pgweb/raw/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/sosedoff/pgweb/archive/v${version}.tar.gz"
|
distfiles="https://github.com/sosedoff/pgweb/archive/v${version}.tar.gz"
|
||||||
checksum=f2974238977d4f405e37918c1158650d34e67f6cfc1b7cb9d3d88ae5881a6d58
|
checksum=4120b03ee5047d8ea5bc9fd05629fb60bbdf5eca6a0e8b157fa4322ed54844ec
|
||||||
|
make_check=no #tests require postres istance
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue