summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..64e80903ba59
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Contributor : chrisl echo archlinux@c2h0r1i2s4t5o6p7h8e9r-l3u4n1a.com|sed 's/[0-9]//g'
+
+pkgname="urxvt-fullscreen"
+pkgver=1
+pkgrel=1
+pkgdesc="script to switch fullscreen and above-other-windows on urxvt"
+arch=("any")
+depends=('rxvt-unicode' 'wmctrl')
+license=("GPL")
+url='http://wiki.archlinux.org/index.php/Rxvt-unicode'
+source=("fullscreen" )
+md5sums=('886bd05ab7931dbf019edd624b591378')
+install="$pkgname.install"
+
+package() {
+ install -Dm644 ${srcdir}/fullscreen ${pkgdir}/usr/lib/urxvt/perl/fullscreen
+}