milis/talimatname/genel/s/slop/talimat
2018-06-09 00:06:58 +02:00

16 lines
401 B
Text
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.

# Tanım: Kullanıcının seçtiği bölgeyi stdout a veren uygulama
# URL: https://github.com/naelstrof/slop
# Paketçi: milisarge
# Gerekler: cmake xorg-libxext glm xorg-mesa
isim=slop
surum=5.3.37
devir=1
kaynak=(https://github.com/naelstrof/$isim/archive/v$surum.tar.gz)
derle() {
cd $isim-$surum
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make
make DESTDIR=$PKG install
}