# -*- 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.7 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  cdccd678c63ed98dfb31c5c78517826fb7812fa0 \
                    sha256  4488d7f4713154830d2a39cd8f71d16db5aea5a537924aeaca214c25211aef00 \
                    size    2150700

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

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