summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c464ec162ed5f82b0f97e8053a549a25e953ebac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: zan <zan@420blaze.it>

pkgname=kontrast
pkgver=1.0.2
pkgrel=2
arch=(x86_64)
url='https://kde.org/applications/en/kontrast'
pkgdesc="Tool to check contrast for colors that allows verifying that your colors are correctly accessible"
license=(GPL)
groups=(kde-applications kde-accessibility)
depends=(kcoreaddons ki18n kirigami2 hicolor-icon-theme)
makedepends=(extra-cmake-modules)
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz") # {,.sig}
sha256sums=('bd7835e891dc969c6648d64812946ef46a280551f983b45dca4a05b39531dcf7')
#validpgpkeys=(14B0ED91B5783415D0AA1E0A06B35D38387B67BE) # Carl Schwan <carl@carlschwan.eu>

build() {
  cmake -B build -S $pkgname-$pkgver
  cmake --build build
}

package() {
  DESTDIR="$pkgdir" cmake --install build
}