# -*- 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.1.1 v
go.offline_build    no
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  db6f1791cdaef3ae8d86ad86d9440862f0dcb183 \
                    sha256  8a22c1d940ddebad1b857c76edc21daa69f04bc5425c1e78680c05acc236d559 \
                    size    96698

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

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