summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b56d8064bfe495c06cfbbd8c1228d8cce02dba15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Arthur Williams <taaparthur at gmail dot com>

pkgname='xsane-xrandr'
pkgver='1.0'
pkgrel=0
pkgdesc='Utility script to create and manage user defined monitors'
url="https://github.com/TAAPArthur/xsane-xrandr"
arch=('any')
license=('MIT')
depends=('xorg-xrandr' )
optdepends=('python3: for the configure command')
source=("https://github.com/TAAPArthur/xsane-xrandr/archive/v1.0.tar.gz")
md5sums=('8b3d453061671839218de64b931ad5e4')

package() {
  cd "$pkgname-$pkgver"
  make DESTDIR=$pkgdir install
}