# -*- 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 # $Id$ PortSystem 1.0 PortGroup github 1.0 github.setup asciinema asciinema d6f7cabcd085e237872f13d0ab5580964cb64fb2 version 1.1.1 categories sysutils platforms darwin license GPL-3+ maintainers larryv description Record and share your terminal sessions, the right way long_description Forget screen recording apps and blurry video. \ Enjoy a lightweight, purely text based approach to \ terminal recording. asciinema is a free and open \ source solution for recording terminal sessions \ and sharing them on the web. homepage https://asciinema.org depends_build port:go checksums rmd160 8418b7c12eba9f28d56823f5a813253f06aa7afe \ sha256 30bcf2577ff33fcc67d577b1370f7722e26f87c743c29d2ee42e00e31b187a2b worksrcdir src/github.com/${github.author}/${github.project} post-extract { file mkdir [file dirname ${worksrcpath}] move ${workpath}/${distname} ${worksrcpath} } patchfiles pass-flags.patch \ skip-tests.patch use_configure no build.args COMMIT=[string range ${github.version} 0 6] \ GOPATH='${workpath}' \ MP_GOFLAGS='-p ${build.jobs} -v -x' destroot.args PREFIX='${prefix}' livecheck.type regex livecheck.url ${github.homepage}/releases.atom livecheck.regex {tag:github.com,2008:Repository/2823326/v(\d+(\.\d+)+)} livecheck.version ${version}