mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-02-02 18:52:19 +01:00
20 lines
405 B
Plaintext
20 lines
405 B
Plaintext
# Description: Elementary Xfce theme by Shimmer Project
|
|
# URL: https://shimmerproject.org
|
|
# Maintainer: jolupa, jolupameister at gmail dot com
|
|
# Depends on: optipng gtk3 sassc
|
|
|
|
name=greybird-theme
|
|
version=3.22.12
|
|
release=1
|
|
source=(https://github.com/shimmerproject/Greybird/archive/v$version.tar.gz)
|
|
|
|
build() {
|
|
|
|
cd Greybird-$version
|
|
|
|
meson --prefix=/usr build
|
|
|
|
DESTDIR=$PKG ninja -C build install
|
|
|
|
}
|