# -*- 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/noborus/ov 0.35.0 v go.offline_build no github.tarball_from archive revision 0 description Feature rich terminal pager long_description ov is a feature rich terminal pager. It has an effective \ function for tabular text. Previously known as oviewer. categories textproc sysutils installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 b23d5334877df74176f6a92f15d8524519713d62 \ sha256 61bdcbc9a709cb487e397f228af6814feb03f0786aa2bd9790a13fe1bd06d9e1 \ size 3430201 build.cmd make build.pre_args-append \ LDFLAGS="\\\"-X main.Version=${version}\\\"" build.args build set ov_share_path ${prefix}/share/${name} destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ xinstall -d ${destroot}${ov_share_path}/ xinstall -m 0644 ${worksrcpath}/${name}.yaml ${destroot}${ov_share_path}/ } notes " You can find a sample config file for ov at: ${ov_share_path}/${name}.yaml " github.livecheck.regex (\[0-9.\]+)