19 lines
595 B
Bash
19 lines
595 B
Bash
# Template file for 'ddcutil'
|
|
pkgname=ddcutil
|
|
version=0.8.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool pkg-config"
|
|
makedepends="libdrm-devel libgudev-devel libusb-devel libXrandr-devel"
|
|
depends="i2c-tools"
|
|
short_desc="Query and change monitor settings using DDC/CI and USB"
|
|
maintainer="cr6git <quark6@protonmail.com>"
|
|
homepage="http://www.ddcutil.com"
|
|
license="GPL-2"
|
|
distfiles="https://github.com/rockowitz/ddcutil/archive/v${version}.tar.gz"
|
|
checksum=cb67719967ce813161a0f8a55fae1499e7d9d4c418820ad0930ef028e0fa66d5
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|