# -*- 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/mickael-menu/zk 0.15.4 v
revision            0

categories          office
license             GPL-3
maintainers         {judaew @judaew} openmaintainer

description         A plain text note-taking assistant
long_description    zk is a command-line tool helping you to maintain a plain \
                    text Zettelkasten or personal wiki.

checksums           ${distname}${extract.suffix} \
                        rmd160  df6130cfe42d694e40a799bb535f07240c5fdb9b \
                        sha256  024b5a1615c8ac1924ec3338b36031c36131bad5de77dcce05adce35659b7489 \
                        size    667511

# Suppress build date for reproducible builds
# Switch to SOURCE_DATE_EPOCH approach in the future
# See https://trac.macports.org/ticket/59672
set build_date      SUPPRESSED

# FIXME: This port currently can't be built without allowing go mod to fetch
go.offline_build no

build.cmd           make
build.pre_args      VERSION=${version} BUILD=${build_date}
build.args          build

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