# -*- 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/projectdiscovery/katana 1.7.0 v
go.offline_build    no
go.toolchain_min    1.26
revision            0

description         A next-generation crawling and spidering framework.

long_description    \
    {*}${description} Fast And fully configurable web crawling, Standard and \
    Headless mode support, JavaScript parsing / crawling, Customizable \
    automatic form filling, Scope control - Preconfigured field / Regex, \
    Customizable output - Preconfigured fields, can take URL and LIST input \
    via STDIN, and outputs FILE or JSON to STDOUT

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

checksums           rmd160  cacfe4600e4baabfec69feb7f881d47e21a8cdbe \
                    sha256  eface6334d46ad8235e647bc5c6853c4defd34dfc2c8703a5fb52824025a2d59 \
                    size    273203

build.args-append   ./cmd/${name}

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