# -*- 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.1 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  d592ad2642efec20b6660542241b53408a28d244 \
                        sha256  1f30aae497476342203b3cecb63edd92faf4d837860a894fdee4b372184e9ec4 \
                        size    651793

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