1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
2 # Contributor: Deon Spengler <deon@spengler.co.za>
7 pkgdesc='Query and change Linux monitor settings using DDC/CI and USB.'
8 url='http://ddcutil.com/'
11 depends=('glib2' 'i2c-tools' 'libusb' 'libdrm' 'libxrandr' 'kmod')
12 makedepends=('systemd')
13 source=(https://github.com/rockowitz/ddcutil/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
14 sha512sums=('e53820662c12cd3a91b1182e02ad74841238117c129e88c8bcdede42d4e0dec22a9c1ec37a7b1e1dd512f2cf7ef410e737d9fdba62d95ea48e5912e43e6d3857')
18 NOCONFIGURE=1 ./autogen.sh
23 ./configure --prefix=/usr
29 make DESTDIR="$pkgdir" install
32 # vim: ft=sh ts=2 sw=2 et