mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.2 KiB
Tcl
34 lines
1.2 KiB
Tcl
# -*- 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 4e5c7146c9eb73e8cb977f2d0b49a4e0a1128b1c
|
|
github.tarball_from archive
|
|
version 20260406
|
|
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: \
|
|
https://nspasteboard.org/
|
|
|
|
license MIT
|
|
|
|
checksums rmd160 10d30a57cf62b1754fcfc666fa675c7bec61f0da \
|
|
sha256 a818e5c88cf2fea03ee029f12d29ccd526561c625a767ad6c6b36c4afc880e17 \
|
|
size 2450
|
|
|
|
|
|
destroot {
|
|
copy ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|