# -*- 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/rs/curlie 1.8.2 v
revision            0

categories          net www
license             MIT
maintainers         {judaew @judaew} openmaintainer

description         The power of curl, the ease of use of httpie.
long_description    \
    If you like the interface of HTTPie but miss the features of curl, curlie \
    is what you are searching for. Curlie is a frontend to curl that adds the \
    ease of use of httpie, without compromising on features and performance. \
    All curl options are exposed with syntax sugar and output formatting \
    inspired from httpie.
homepage            https://curlie.io

checksums           ${distname}${extract.suffix} \
                        rmd160  c2e044c37f0ac8b7c5e0d50f6fb2b565cf22da5b \
                        sha256  846ca3c5f2cca60c15eaef24949cf49607f09bdd68cbe9d81a2a026e434fa715 \
                        size    440572

go.vendors          golang.org/x/term \
                        lock    v0.29.0 \
                        rmd160  8897b8f4c7a32f6801b376eab03bc4d98970bb45 \
                        sha256  584aae20390fd14d70c64dfa2c4a35ee53b53526fd2175f02177cd391d8733ef \
                        size    14690 \
                    golang.org/x/sys \
                        lock    v0.30.0 \
                        rmd160  4cd711df5da2e159b6efbb7fa42ae0a3a3f6eb53 \
                        sha256  76cfe40018bfa5418c1d19d47d8353c3375594013e2b2feea49f06018d2a3102 \
                        size    1523466

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