milis/talimatname/genel/unco/talimat

28 lines
524 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: verilen komutları geri işletme-tarihçe
# URL: https://github.com/kazuho/unco
# Packager: milisarge
# Depends on: cmake
name=unco
hesap=kazuho
version=0.2.0
release=1
source=()
build() {
if [ ! -d $DERLEME_KAYNAKDIZIN/$name ];then
git clone https://github.com/$hesap/$name $DERLEME_KAYNAKDIZIN/$name
else
cd $DERLEME_KAYNAKDIZIN/$name
git pull
cd -
fi
cp -r $DERLEME_KAYNAKDIZIN/$name $SRC/
cd $SRC/$name
cmake -DCMAKE_INSTALL_PREFIX=/usr .
make
make DESTDIR="$PKG" install
}