aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ddcutil/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ddcutil/APKBUILD')
-rw-r--r--testing/ddcutil/APKBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/ddcutil/APKBUILD b/testing/ddcutil/APKBUILD
deleted file mode 100644
index 8d97d373f03..00000000000
--- a/testing/ddcutil/APKBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Contributor: Alex Laskin <alex@lask.in>
-# Maintainer: Alex Laskin <alex@lask.in>
-pkgname=ddcutil
-pkgver=1.1.0
-pkgrel=0
-pkgdesc="Query and change Linux monitor settings using DDC/CI and USB"
-url="https://github.com/rockowitz/ddcutil"
-arch="all"
-license="GPL-2.0-only"
-makedepends="linux-headers autoconf automake libtool eudev-dev libusb-dev
- libxrandr-dev glib-dev"
-subpackages="$pkgname-dev $pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/rockowitz/ddcutil/archive/v$pkgver.tar.gz"
-
-prepare() {
- default_prepare
- ./autogen.sh
-}
-
-build() {
- ./configure \
- --prefix=/usr \
- --mandir=/usr/share/man
- make
-}
-
-package() {
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="
-a6c07e12689a01fc716f071d87b42f680967390cb49f02501985f8362dd25176ac50cf4cf4a65e9a430d2088fab83cad19093c9078ae7d19b45fedc12f529607 ddcutil-1.1.0.tar.gz
-"