xdo: initial import, version 0.5.7

This commit is contained in:
John Vogel 2019-06-23 23:15:25 -04:00
parent 0b511efdee
commit a942303940
3 changed files with 31 additions and 0 deletions

7
xdo/.footprint Normal file
View File

@ -0,0 +1,7 @@
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

5
xdo/.signature Normal file
View File

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

19
xdo/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# 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/*
}