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')
12 makedepends=('systemd')
13 source=(https://github.com/rockowitz/ddcutil/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
14 sha512sums=('93d69958b2e1dcb66ad700712742536179383c93f2ec1f746b6a6c78adfd6daa861275208850cc807e0c16a11ea84904cb13ceef512ca76e1daa910410303d41')
18 NOCONFIGURE=1 ./autogen.sh
23 ./configure --prefix=/usr
29 make DESTDIR="$pkgdir" install
32 # vim: ft=sh ts=2 sw=2 et