From b096028ce6efb2e3d49d755f18eb182938414202 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 10 Oct 2024 17:20:50 +0200 Subject: Add crt-calibrator 1.3.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- crt-calibrator/PKGBUILD | 23 +++++++++++++++++++++++ crt-calibrator/upload | 1 + 2 files changed, 24 insertions(+) create mode 100644 crt-calibrator/PKGBUILD create mode 120000 crt-calibrator/upload (limited to 'crt-calibrator') diff --git a/crt-calibrator/PKGBUILD b/crt-calibrator/PKGBUILD new file mode 100644 index 0000000..7a8904a --- /dev/null +++ b/crt-calibrator/PKGBUILD @@ -0,0 +1,23 @@ +# Maintainer: Mattias Andrée + +pkgname=crt-calibrator +pkgver=1.3.4 +pkgrel=1 +pkgdesc="CRT monitor calibrator utility for Linux VT" +url="https://codeberg.org/maandree/crt-calibrator" +arch=(i686 x86_64) +license=('custom:ISC') +depends=(libdrm) +makedepends=(make coreutils gcc glibc libdrm) +source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") +sha256sums=(1ed1393be9740ed3e217700777c6b7742c291b64e61fe17aa83154c9b8c708cc) + +build() { + cd "${srcdir}/${pkgname}" + make DESTDIR="${pkgdir}" +} + +package() { + cd "${srcdir}/${pkgname}" + make DESTDIR="${pkgdir}" install +} diff --git a/crt-calibrator/upload b/crt-calibrator/upload new file mode 120000 index 0000000..1e7a8be --- /dev/null +++ b/crt-calibrator/upload @@ -0,0 +1 @@ +../upload \ No newline at end of file -- cgit v1.2.3-70-g09d2