# -*- 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.10.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 972ee1e116f2e57d94adbc71d8717036d1fe3006\ sha256 a9c9966cfd9fed6c4d4895dc2de530902e736608f4033799af4fe06edf0dd438\ size 338288 # 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.]+)}