2022-11-09 22:06:37 +01:00
|
|
|
# -*- 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
|
|
|
|
|
|
2026-04-07 16:28:54 +02:00
|
|
|
PortSystem 1.0
|
|
|
|
|
PortGroup github 1.0
|
|
|
|
|
PortGroup makefile 1.0
|
2022-11-09 22:06:37 +01:00
|
|
|
|
2026-04-07 19:41:54 +02:00
|
|
|
github.setup roosto pbsecret 4e5c7146c9eb73e8cb977f2d0b49a4e0a1128b1c
|
|
|
|
|
github.tarball_from archive
|
|
|
|
|
version 20260406
|
2026-04-07 16:28:54 +02:00
|
|
|
revision 0
|
2022-11-09 22:06:37 +01:00
|
|
|
|
2026-04-07 16:28:54 +02:00
|
|
|
categories sysutils
|
|
|
|
|
maintainers {@midnightrocket} \
|
|
|
|
|
openmaintainer
|
2022-11-09 22:06:37 +01:00
|
|
|
|
2026-04-07 16:28:54 +02:00
|
|
|
platforms macosx
|
2022-11-09 22:06:37 +01:00
|
|
|
|
2026-04-07 16:28:54 +02:00
|
|
|
description CLI util to write text to pasteboard as `org.nspasteboard.ConcealedType`
|
2026-04-07 19:34:27 +02:00
|
|
|
long_description Copies data from STDIN to the general pasteboard as UTF-8 text. Copied \
|
2026-04-07 16:28:54 +02:00
|
|
|
data is tagged with "org.nspasteboard.ConcealedType" to prevent it from \
|
2026-04-07 19:34:27 +02:00
|
|
|
being saved in the history of a clipboard manager, as per the spec at: \
|
|
|
|
|
https://nspasteboard.org/
|
2022-11-09 22:06:37 +01:00
|
|
|
|
2026-04-07 16:28:54 +02:00
|
|
|
license MIT
|
2022-11-09 22:06:37 +01:00
|
|
|
|
2026-04-07 19:41:54 +02:00
|
|
|
checksums rmd160 10d30a57cf62b1754fcfc666fa675c7bec61f0da \
|
|
|
|
|
sha256 a818e5c88cf2fea03ee029f12d29ccd526561c625a767ad6c6b36c4afc880e17 \
|
|
|
|
|
size 2450
|
2022-11-09 22:06:37 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
destroot {
|
|
|
|
|
copy ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
|
|
|
}
|