# -*- 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 cmake 1.1 PortGroup github 1.0 PortGroup qt5 1.0 github.setup flameshot-org flameshot 12.1.0 v github.tarball_from archive revision 0 homepage https://flameshot.org description Powerful yet simple to use screenshot software long_description \ {*}${description} supporting in-app screenshot editing, Imgur upload, \ customizable appearance and more. categories sysutils graphics installs_libs no license GPL-3 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 0504e76f4090c88101266fae8cb0c95d2835ac41 \ sha256 c82c05d554e7a6d810aca8417ca12b21e4f74864455ab4ac94602668f85ac22a \ size 15618560 qt5.depends_build_component \ qttools qt5.depends_component qtsvg cmake.build_dir ${worksrcpath}/build configure.args-append -DENABLE_CACHE=OFF compiler.cxx_standard 2017 destroot { set build_src_dir ${cmake.build_dir}/src copy ${build_src_dir}/flameshot.app ${destroot}${applications_dir}/ ln -s ${applications_dir}/flameshot.app/Contents/MacOS/${name} \ ${destroot}${prefix}/bin/ xinstall -d ${destroot}${prefix}/share/bash-completion/completions copy ${build_src_dir}/share/bash-completion/completions/flameshot \ ${destroot}${prefix}/share/bash-completion/completions/ xinstall -d ${destroot}${prefix}/share/zsh/site-functions copy ${build_src_dir}/share/zsh/site-functions/_flameshot \ ${destroot}${prefix}/share/zsh/site-functions/ xinstall -d ${destroot}${prefix}/share/man/man1 copy ${worksrcpath}/data/man/man1/${name}.1 \ ${destroot}${prefix}/share/man/man1/ } github.livecheck.regex {([0-9.-]+)}