summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: cc2418cdaf0e036f99c61b9d7b217ff8828b0129 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Apocalypse <justin.qin@outlook.com>

pkgname=i3-get-window-criteria
pkgver=git
pkgrel=1
pkgdesc="Get criteria for use with i3 config commands"
arch=('any')
url="https://gist.github.com/ZenQy/565458820faae65bb0d6"
license=('custom')
depends=('xorg-xwininfo' 'xorg-xprop')

source=("${pkgname}::git+https://gist.github.com/565458820faae65bb0d6.git")

md5sums=(SKIP)

package() {
	cd "$srcdir/$pkgname"
	install -Dm755 i3-get-window-criteria.sh "$pkgdir/usr/bin/$pkgname"
}