xclip: dropped

This commit is contained in:
Tim Biermann 2022-12-22 09:41:13 +00:00
parent 88a159ab05
commit 8392c1b0fa
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 39 deletions

View File

@ -1,11 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xclip
-rwxr-xr-x root/root usr/bin/xclip-copyfile
-rwxr-xr-x root/root usr/bin/xclip-cutfile
-rwxr-xr-x root/root usr/bin/xclip-pastefile
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/xclip-copyfile.1.gz
-rw-r--r-- root/root usr/share/man/man1/xclip.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3644Bu422aEB6CyzjqWBghct5aLD3B9V6NV4o/Fb8WQv5ywUXfwdEklVGUFD4V3vdglOhWFC3iMNQ0GWTTvCXQM=
SHA256 (Pkgfile) = d7efc6a6c71560e8931075b9935f21562936a57f1d854e8a7a40c348c113d85d
SHA256 (.footprint) = 5356e17d100942ccf8f90393ddf85ef5d88e7a7bc6bdeb2eaae3d2328bfcd439
SHA256 (xclip-0.13.tar.gz) = ca5b8804e3c910a66423a882d79bf3c9450b875ac8528791fb60ec9de667f758

View File

@ -1,23 +0,0 @@
# Description: A command line interface to the X11 clipboard
# URL: https://github.com/astrand/xclip
# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu
# Depends on: xorg-libxmu
name=xclip
version=0.13
release=3
source=(
https://github.com/astrand/${name}/archive/\
${version}/${name}-${version}.tar.gz
)
build() {
cd ${name}-${version}
./bootstrap
./configure --prefix=/usr
make
make DESTDIR="${PKG}" install
}
# s-sh-mode