summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: dcb418ba84394ceed00020b45e3bcc4666da6751 (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
25
26
27
28
29
30
# Maintainer: Dušan Simić <dusan.simic1810@gmail.com>

pkgname=colorway
_commit=87bcc4206ee333cc23d818b0f773ebb92dc6ec58
pkgver=1.0.5
pkgrel=1
pkgdesc='Generate color pairings'
arch=(x86_64)
url=https://github.com/lainsce/colorway
license=(GPL3)
depends=(libadwaita json-glib libgee)
makedepends=(meson vala)
#checkdepends=(appstream-glib)
source=("$pkgname::git+$url.git#commit=$_commit")
md5sums=(SKIP)

build() {
	arch-meson "$pkgname" build
  meson compile -C build
}

check() {
	:
	# TODO: Add once desktop file is fixed
	#meson test -C build
}

package() {
	meson install -C build --destdir "$pkgdir"
}