mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-18 19:06:55 +02:00
34 lines
840 B
Text
34 lines
840 B
Text
# Contributor: Angelo Verlain <hey@vixalien.com>
|
|
# Maintainer: Angelo Verlain <hey@vixalien.com>
|
|
pkgname=elementary-theme
|
|
pkgver=8.1.0
|
|
pkgrel=0
|
|
pkgdesc="The GTK Stylesheet for elementary OS"
|
|
url="https://github.com/elementary/stylesheet"
|
|
arch="noarch"
|
|
license="GPL-3.0-or-later"
|
|
makedepends="
|
|
gettext
|
|
meson
|
|
sassc
|
|
"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/elementary/stylesheet/archive/refs/tags/$pkgver.tar.gz"
|
|
|
|
builddir="$srcdir/stylesheet-$pkgver"
|
|
|
|
build() {
|
|
abuild-meson . output
|
|
meson compile -C output
|
|
}
|
|
|
|
check() {
|
|
meson test --no-rebuild --print-errorlogs -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
8b004cef499b3e0ca90b7165606e54c5fdf7b42c68cb7c1619838dea9a4dbd0ac7b0bc0f60121b6894d590bd4ef6f45821880c266a662b4951ec7f1c3900c9c6 elementary-theme-8.1.0.tar.gz
|
|
"
|