xdo: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-04 09:07:55 +00:00
parent 719e9bb68d
commit 9bc94b4b12
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 31 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xdo
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/xdo.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF397hKuJmVZ6NTD9zRql227wWe3IQx86O+6mhn3QbauMqLD87r8bwm5opNdqMsl7LolC3tFRRxlK8Skub1pbRYwY=
SHA256 (Pkgfile) = 178cf01428223625df3071e4d47de47a6c3304865e5c9d3323064bb609a14348
SHA256 (.footprint) = e2bf8e31740066cbac39973d0ef3a983cbd721fed4155d8f2055ff50d19fbe43
SHA256 (xdo-0.5.7.tar.gz) = b661229f0457939d3867cca1664c5671ae959b309feb58abe9142229c8c7ffb4

View File

@ -1,19 +0,0 @@
# Description: small X utility for applying actions to windows
# URL: https://github.com/baskerville/xdo
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: xorg-libxcb xorg-xcb-util xorg-xcb-util-wm
name=xdo
version=0.5.7
release=1
source=(https://github.com/baskerville/$name/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
make
make PREFIX=/usr DESTDIR=$PKG install
# fix permissions
chmod -R g-w $PKG/*
}