summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a6ff0429f5e34be0a6716db7dcd0239d81db1f4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('rof-git')
pkgver=0.0.1
pkgrel=3
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/rof"
license=('GPL3')
depends=('xorg-xprop' 'wmctrl')
source=("https://raw.githubusercontent.com/nwg-piotr/rof/master/rof")

md5sums=('fb15dd09b638276c399a6c022687189a')

package() {
  install -D -m 755 rof \
 	 "$pkgdir"/usr/bin/rof
}