1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

x11/aclip: add new port

Aclip is a clipboard manager similar to Xclip. It allows for bridging the
clipboard between a desktop environment like Durden, and that of an X server.

https://arcan-fe.com/
This commit is contained in:
Jan Beich 2020-12-11 14:10:27 +00:00
parent 4dc6489ae5
commit 26cac1ca4f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557739
4 changed files with 31 additions and 0 deletions

View File

@ -6,6 +6,7 @@
SUBDIR += 3ddesktop
SUBDIR += 9box
SUBDIR += 9menu
SUBDIR += aclip
SUBDIR += admiral
SUBDIR += alacritty
SUBDIR += albert

23
x11/aclip/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= aclip
DISTVERSION= 0.6.0
CATEGORIES= x11
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Command line interface to Arcan clipboards
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC:H:H:H}/data/distr/LICENSE.BSD
LIB_DEPENDS= libarcan_shmif_ext.so:multimedia/arcan
USES= cmake compiler:c11
USE_GITHUB= yes
GH_ACCOUNT= letoram
GH_PROJECT= arcan
WRKSRC_SUBDIR= src/tools/${PORTNAME}
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>

3
x11/aclip/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1606252529
SHA256 (letoram-arcan-0.6.0_GH0.tar.gz) = 7b7aeb0fa6b89b7e3779d2e078b626566bdfa86c756d7ea1cc4f84b9e60d16a0
SIZE (letoram-arcan-0.6.0_GH0.tar.gz) = 11216362

4
x11/aclip/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
Aclip is a clipboard manager similar to Xclip. It allows for bridging the
clipboard between a desktop environment like Durden, and that of an X server.
WWW: https://arcan-fe.com/