# -*- 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

go.setup            github.com/retlehs/quien 0.12.0 v
go.offline_build    no
go.toolchain_min    1.26.4
revision            0

homepage            https://benword.com/quien-a-better-whois-lookup-tool

description         A better WHOIS lookup tool

long_description    \
    {*}${description}. Interactive TUI with tabbed views for WHOIS, DNS, \
    mail, SSL/TLS, HTTP headers, and tech stack detection.

categories          net
installs_libs       no
license             MIT
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  40b272ebd1585df6f652e4fbb0eaa9eec12f43c9 \
                    sha256  49eef2d196a1b9c1e46c037c8fa300f6ced71c952828761fb4810ad8151e14c2 \
                    size    1179730

destroot {
    xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
