aboutsummaryrefslogtreecommitdiffstats
path: root/testing/moka-icon-theme/APKBUILD
blob: 82f306958f8dc88fdc009cd23258963ca4bdad40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
pkgname=moka-icon-theme
pkgver=5.4.0
pkgrel=2
pkgdesc="Moka Icon Theme"
url="https://snwh.org/moka"
arch="noarch"
license="CC-BY-SA-4.0 OR GPL-3.0-or-later"
makedepends="meson"
source="moka-icon-theme-$pkgver.tar.gz::https://github.com/snwh/moka-icon-theme/archive/v$pkgver.tar.gz"

build() {
	abuild-meson output
	meson compile -C output
}

package() {
	DESTDIR="$pkgdir" meson install --no-rebuild -C output
}

sha512sums="3cb6889eae3ddfcad68a05fd6cdf5e92b5d78b965b22df1c289f1e274491be8cb967965cbdf430fe218337994b19592546f3cadf8c39ff5e573d6d7e76648238  moka-icon-theme-5.4.0.tar.gz"