2021-05-30 01:30:27 -04:00
|
|
|
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
|
|
|
|
|
|
PortSystem 1.0
|
|
|
|
|
PortGroup golang 1.0
|
|
|
|
|
|
2024-06-09 01:19:58 -04:00
|
|
|
go.setup github.com/danvergara/dblab 0.24.0 v
|
2021-05-30 01:30:27 -04:00
|
|
|
revision 0
|
|
|
|
|
|
|
|
|
|
description Interactive client for PostgreSQL and MySQL
|
|
|
|
|
|
2021-12-22 23:22:58 -05:00
|
|
|
long_description \
|
|
|
|
|
dblab is a fast and lightweight interactive terminal based UI application \
|
|
|
|
|
for PostgreSQL and MySQL, written in Go and works on OSX, Linux and \
|
|
|
|
|
Windows machines. dblab was created as an attempt to build very simple \
|
|
|
|
|
and portable application to work with local or remote PostgreSQL/MySQL \
|
|
|
|
|
databases.
|
2021-05-30 01:30:27 -04:00
|
|
|
|
|
|
|
|
categories databases
|
2021-12-14 06:44:36 -05:00
|
|
|
installs_libs no
|
|
|
|
|
license MIT
|
2021-05-30 01:30:27 -04:00
|
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
|
|
|
openmaintainer
|
|
|
|
|
|
2024-06-09 01:19:58 -04:00
|
|
|
checksums rmd160 683f2431c084da6183bd1d1e3c376f63e5265c1a \
|
|
|
|
|
sha256 90aff1599727e752a6c5476273f89b34e1503065afa8dba34cb71f39d6bcdf3f \
|
|
|
|
|
size 9597866
|
2022-06-21 04:35:20 -04:00
|
|
|
|
|
|
|
|
# Allow Go to fetch deps at build time
|
2023-08-10 13:41:21 -04:00
|
|
|
go.offline_build no
|
2022-06-21 04:35:20 -04:00
|
|
|
|
2021-05-30 01:30:27 -04:00
|
|
|
build.cmd make
|
|
|
|
|
build.target build
|
|
|
|
|
|
|
|
|
|
destroot {
|
|
|
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
|
|
|
}
|
2022-09-10 14:19:34 -06:00
|
|
|
|
|
|
|
|
github.livecheck.regex {([0-9.]+)}
|