# -*- 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       makefile 1.0

github.setup    roosto pbsecret 9e91917de001a73fc01aa8ba96c5c83c4b7f5a34
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version         20200219
revision        0

categories      sysutils
maintainers     {@midnightrocket} \
                openmaintainer

platforms       macosx

description     CLI util to write text to pasteboard as `org.nspasteboard.ConcealedType`
long_description    \
                Copies data from STDIN to the general pasteboard as UTF-8 text. Copied \
                data is tagged with "org.nspasteboard.ConcealedType" to prevent it from \
                being saved in the history of a clipboard manager, as per the spec at:

license         MIT

checksums       rmd160  e2402c186f6d67e4af66f83c183869706c226e93 \
                sha256  6d4b8ccca1bfc6a37102cf9b774d2b3e83037baed5600c7350d27209c7d688f3 \
                size    2365


destroot {
    copy ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
