summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c9395c9f8fb64825df2e0a2c50df17842c38b858 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Max Harmathy <harmathy@mailbox.org>
# Contributor: Dušan Simić <dusan.simic1810@gmail.com>

pkgname=adw-gtk3
pkgver=5.3
pkgrel=2
pkgdesc='The theme from libadwaita ported to GTK-3'
arch=(any)
url=https://github.com/lassekongo83/adw-gtk3
license=('LGPL-2.1-only')
makedepends=(git meson sassc)
source=("git+$url.git#tag=v$pkgver")
sha256sums=('541fa5747a6d0934660539d357eb3a1ce2723ef97045c002e55ee3b9da38b1ac')

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

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