# Maintainer: Nils Kvist # Contributor: Nils Kvist pkgname=i3ass pkgver=0.1.79 pkgrel=1 pkgdesc='A bash-script collection to assist the use of i3-wm.' arch=('any') url='https://github.com/budlabs/i3ass' license=('MIT') groups=() depends=('bash>=4.0.0') makedepends=() optdepends=('xdotool: floating window placement' 'i3-wm: duh') provides=() conflicts=() replaces=() backup=() options=() install= changelog= source=("https://github.com/budlabs/$pkgname/archive/v.$pkgver.tar.gz") noextract=() sha256sums=('6f1956a24026a8ce7fb40d3816d627dc1e635e86d293ad20119c56d664045e9a') package() { cd "$pkgname-v.$pkgver" make DESTDIR="$pkgdir/" PREFIX=/usr install install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md }