# -*- 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/mrusme/neonmodem 1.0.6 v
go.offline_build    no
revision            0

homepage            https://neonmodem.com

description         \
    Neon Modem Overdrive is a BBS-style command line client that supports \
    Discourse, Lemmy, Lobsters and Hacker News

long_description    \
    {*}${description} as backends, and seamlessly integrates all of them into \
    a streamlined TUI.

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

checksums           rmd160  cc18ae71d47d0ca95d730285f710e69cc3010d63 \
                    sha256  df27a78323b320fa246e146453ebc8fdb2754349ae0fa85c47a6aefc0b8c2e47 \
                    size    2150578

build.cmd           make
build.pre_args      VERSION="${github.tag_prefix}${version}"
build.args          build

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