mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-24 15:32:21 +01:00
25 lines
466 B
Plaintext
25 lines
466 B
Plaintext
# Description: Elementary Xfce theme by Shimmer Project
|
|
# URL: https://shimmerproject.org
|
|
# Maintainer: jolupa, jolupameister at gmail dot com
|
|
# Depends on: optipng gtk3
|
|
|
|
name=greybird-xfce
|
|
version=git
|
|
release=2
|
|
source=()
|
|
|
|
build() {
|
|
if cd "$name-$version" 2> /dev/null; then
|
|
git pull
|
|
else
|
|
git clone https://github.com/shimmerproject/Greybird.git "$name-$version"
|
|
cd "$name-$version"
|
|
fi
|
|
|
|
./autogen.sh \
|
|
--prefix=/usr
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|