# -*- 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/smmr-software/mabel 0.1.7 v
go.offline_build    no
revision            0

description         A fancy BitTorrent client for the terminal

long_description    {*}${description}

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

checksums           rmd160  2c643637254131ae648f01071dbefda529d170f1 \
                    sha256  e39f0cc67d37455e06e1ed37948028293fdd13090586333fceebb5b8d075c7c1 \
                    size    146782

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

notes "
    ${name} requires installation of a Nerd Font: https://www.nerdfonts.com/
"
