blob: a21ba5a9474fee754b90b20e701a5ae6996359a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
PORTNAME= wl-clipboard
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.0
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 \
share/bash-completion/completions/wl-copy \
share/bash-completion/completions/wl-paste \
share/zsh/site-functions/_wl-copy \
share/zsh/site-functions/_wl-paste
.include <bsd.port.mk>
|