aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 067df0e2fdcfccc1469b7fa77c13ca5a4c32db11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Christophe Coquelet <coqueletc at gmail dot com>

pkgname=rofi-autorandr
pkgver=1.0.3
pkgrel=3
pkgdesc="Autorandr integration for rofi"
arch=('x86_64')
url="https://github.com/pawndev/rofi-autorandr"
license=('MIT')
depends=('rofi' 'autorandr')
optdepends=()
source=("${pkgname}::https://github.com/pawndev/rofi-autorandr/archive/${pkgver}.tar.gz")

package() {
  install -Dm 755 "$srcdir/$pkgname-$pkgver/rofi-autorandr.sh" "$pkgdir/usr/bin/rofi-autorandr"
}
md5sums=('1a81c199b0a4edba8cec6954832d585c')