# -*- 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.9.1 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 4ee3c9f84ccee42db10c364d2e30d139a9df2251\ sha256 7ad34f95c0d61d356df55149f9479f8d9aaec417e5f57f2a1cc76ae2f8a3171b\ size 323991 # 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.]+)}