View | Details | Raw Unified | Return to bug 235244
Collapse All | Expand All

(-)w/x11/wl-clipboard/Makefile (+22 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=		wl-clipboard
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=		1.0.0-40
6
DISTVERSIONSUFFIX=	-g46f21d2
7
CATEGORIES=		x11
8
9
MAINTAINER=	greg@unrelenting.technology
10
COMMENT=	Command-line copy/paste utilities for Wayland
11
12
LICENSE=	GPLv3
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
15
BUILD_DEPENDS=	wayland-protocols>=1.12:graphics/wayland-protocols
16
LIB_DEPENDS=	libwayland-client.so:graphics/wayland
17
18
USES=		pkgconfig meson
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	bugaevc
21
22
.include <bsd.port.mk>
(-)w/x11/wl-clipboard/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1548584996
2
SHA256 (bugaevc-wl-clipboard-v1.0.0-40-g46f21d2_GH0.tar.gz) = 5aac170b178b79d77b69cd3124f2d2e21315fe116ec92c112bb9c595960124af
3
SIZE (bugaevc-wl-clipboard-v1.0.0-40-g46f21d2_GH0.tar.gz) = 34982
(-)w/x11/wl-clipboard/pkg-descr (+5 lines)
Added Link Here
1
This project implements two command-line Wayland clipboard utilities
2
wl-copy and wl-paste that let you easily copy data between the
3
clipboard and Unix pipes, sockets, files and so on.
4
5
WWW: https://github.com/bugaevc/wl-clipboard
(-)w/x11/wl-clipboard/pkg-plist (+5 lines)
Added Link Here
1
bin/wl-copy
2
bin/wl-paste
3
man/man1/wl-clipboard.1.gz
4
man/man1/wl-copy.1.gz
5
man/man1/wl-paste.1.gz

Return to bug 235244