diff options
author | Mattias Andrée <m@maandree.se> | 2024-10-10 17:20:50 +0200 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2024-10-10 17:20:50 +0200 |
commit | b096028ce6efb2e3d49d755f18eb182938414202 (patch) | |
tree | db434c7bd572e3ac01d46012c131cfaf5812af80 | |
parent | Update misc packages (diff) | |
download | aur-packages-b096028ce6efb2e3d49d755f18eb182938414202.tar.gz aur-packages-b096028ce6efb2e3d49d755f18eb182938414202.tar.bz2 aur-packages-b096028ce6efb2e3d49d755f18eb182938414202.tar.xz |
Add crt-calibrator 1.3.4
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r-- | crt-calibrator/PKGBUILD | 23 | ||||
l--------- | crt-calibrator/upload | 1 |
2 files changed, 24 insertions, 0 deletions
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 <m@`base64 -d`(bWFhbmRyZWU).se> + +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 |