# -*- 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.2 v
revision            0

categories          office
license             MIT
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  0fa91cb69bca308623ff11a7f98721dcba335d9b \
                        sha256  cd8524ea3be81784336706f68edaafe9b4f21d05e0d7a968065cf685e9afefc1 \
                        size    657489

# 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/
}
