summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD17
2 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..030a2ee057c7
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = rof-git
+ pkgdesc = Script to launch the command given as an argument if not yet running, else set focus to appropriate window
+ pkgver = 0.0.1
+ pkgrel = 2
+ url = https://github.com/nwg-piotr/tint2-executors
+ arch = x86_64
+ license = GPL3
+ depends = xorg-xprop
+ depends = wmctrl
+ source = https://raw.githubusercontent.com/nwg-piotr/rof/master/rof
+ md5sums = 9cfcb57b864d33e04c80b2d0124724a6
+
+pkgname = rof-git
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..dd70858d9c5e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
+pkgname=('rof-git')
+pkgver=0.0.1
+pkgrel=2
+pkgdesc="Script to launch the command given as an argument if not yet running, else set focus to appropriate window"
+arch=('x86_64')
+url="https://github.com/nwg-piotr/tint2-executors"
+license=('GPL3')
+depends=('xorg-xprop' 'wmctrl')
+source=("https://raw.githubusercontent.com/nwg-piotr/rof/master/rof")
+
+md5sums=('9cfcb57b864d33e04c80b2d0124724a6')
+
+package() {
+ install -D -m 755 rof \
+ "$pkgdir"/usr/bin/rof
+}