milis/talimatname/genel/brisk-menu/talimat

17 lines
472 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: MATE Masaüstü Ortamı için modern ve etkili bir menü.
# URL: https://github.com/solus-project/brisk-menu
# Packager: yasarciv67@gmail.com
# Depends on: gnome-common mate-panel
name=brisk-menu
version=0.4.5
release=1.0
source=(https://github.com/solus-project/$name/releases/download/v$version/$name-$version.tar.xz)
build() {
cd $name-$version
./autogen.sh --prefix=/usr
make -j$(($(getconf _NPROCESSORS_ONLN)+1))
make DESTDIR="${PKG}" install
}