mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-24 15:32:21 +01:00
21 lines
400 B
Plaintext
21 lines
400 B
Plaintext
|
# Description: Library that extends Gtk+
|
||
|
# URL: https://github.com/elementary/granite
|
||
|
# Maintainer: jolupa, jlpavon at me dot com
|
||
|
# Depends on: meson gobject-introspection libgee gtk3 vala
|
||
|
|
||
|
name=granite
|
||
|
version=5.2.4
|
||
|
release=1
|
||
|
source=(https://github.com/elementary/$name/archive/$version.tar.gz)
|
||
|
|
||
|
build() {
|
||
|
|
||
|
cd $name-$version
|
||
|
|
||
|
meson build \
|
||
|
--prefix=/usr
|
||
|
|
||
|
DESTDIR=$PKG ninja -C build install
|
||
|
|
||
|
}
|