summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0de43d67f8d5439d98544bfc8b9ea2a93b6a4681 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Maintainer: Trenton Hekman <trenthek@gmail.com>
pkgname=wlrandbg
pkgver=0.0.2
pkgrel=2
pkgdesc="A desktop background image tool with random image cycling for wlroots compositors."
arch=('any')
url="https://github.com/trent-8/wlrandbg"
license=('MIT')
depends=('python' 'swaybg')
source=("wlrandbg.py")
sha256sums=('SKIP')
package() {
    install -Dm755 wlrandbg.py "$pkgdir/usr/bin/wlrandbg"
}