1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

New port: x11/wl-clipboard

This project implements two command-line Wayland clipboard utilities
wl-copy and wl-paste that let you easily copy data between the
clipboard and Unix pipes, sockets, files and so on.

WWW: https://github.com/bugaevc/wl-clipboard

PR:		235244
Submitted by:	greg@unrelenting.technology
This commit is contained in:
Tobias Kortkamp 2019-01-27 13:31:26 +00:00
parent d71a620d77
commit 0354f4cddb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491348
4 changed files with 37 additions and 0 deletions

View File

@ -335,6 +335,7 @@
SUBDIR += wbar
SUBDIR += wbarconf
SUBDIR += wdm
SUBDIR += wl-clipboard
SUBDIR += wmappl
SUBDIR += wmblob
SUBDIR += wmbutton

28
x11/wl-clipboard/Makefile Normal file
View File

@ -0,0 +1,28 @@
# $FreeBSD$
PORTNAME= wl-clipboard
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.0-40
DISTVERSIONSUFFIX= -g46f21d2
CATEGORIES= x11 wayland
MAINTAINER= greg@unrelenting.technology
COMMENT= Command-line copy/paste utilities for Wayland
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= wayland-protocols>=1.12:graphics/wayland-protocols
LIB_DEPENDS= libwayland-client.so:graphics/wayland
USES= meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= bugaevc
PLIST_FILES= bin/wl-copy \
bin/wl-paste \
man/man1/wl-clipboard.1.gz \
man/man1/wl-copy.1.gz \
man/man1/wl-paste.1.gz
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1548584996
SHA256 (bugaevc-wl-clipboard-v1.0.0-40-g46f21d2_GH0.tar.gz) = 5aac170b178b79d77b69cd3124f2d2e21315fe116ec92c112bb9c595960124af
SIZE (bugaevc-wl-clipboard-v1.0.0-40-g46f21d2_GH0.tar.gz) = 34982

View File

@ -0,0 +1,5 @@
This project implements two command-line Wayland clipboard utilities
wl-copy and wl-paste that let you easily copy data between the
clipboard and Unix pipes, sockets, files and so on.
WWW: https://github.com/bugaevc/wl-clipboard