# -*- 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.2.0 v
go.offline_build    no
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  7bb9987112e3b826709735bab442eaf65fac9e84 \
                    sha256  cdcd41e6d7e632cca75d6fe3fe81121a4f019d1aba4d64abcc884b05aa0b3e91 \
                    size    840029

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