# Maintainer: Nils Kvist # Contributor: Nils Kvist pkgname=i3ass pkgver=2018.09.11.0 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/$pkgver.tar.gz") noextract=() sha256sums=('fdb2d2777b29ecb5a7a14542452121e9ffc5c4a1c5a1a6d89dc870816a02d46e') package() { cd "$pkgname-$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 }