# -*- 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 github 1.0 PortGroup cmake 1.1 github.setup GothenburgBitFactory timewarrior 1.8.0 v github.tarball_from releases revision 0 homepage https://timewarrior.net description Timewarrior is Free and Open Source Software that tracks \ time from the command line. long_description Timewarrior is a time tracking utility that offers simple \ stopwatch features as well as sophisticated \ calendar-based backfill, along with flexible reporting. categories office installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer distname timew-${version} checksums rmd160 85f6c8cdf41e2188460666c9adf22cd85b2564f8\ sha256 1ea54302dcefa4aa658f89b6b825f0e8b49c04f15cf153a2e7d8bce5525920b4\ size 3138414 # Hardcoding C++ runtime is either redundant or breaking. patchfiles-append patch-fix-cxx.diff # Required by the build: compiler.cxx_standard 2017 post-destroot { # Install bash completions set bash_comp_path ${prefix}/share/bash-completion/completions xinstall -d ${destroot}${bash_comp_path} xinstall -m 0644 ${worksrcpath}/completion/timew-completion.bash \ ${destroot}${bash_comp_path}/timew } github.livecheck.regex {([0-9.]+)}