milis/talimatname/genel/multibootusb/talimat

26 lines
626 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: Birden fazla iso dosyasini usb bellege yazdirma programı
# URL: https://multibootusb.org
# Packager: Cihan Alkan
# Depends on: mtools parted python3-qt5 dbus-python python3-pip python3-six
name=multibootusb
hesap=oltulu
version=8.8.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
chmod 755 "$SRC/$name/data/multibootusb.desktop"
python3 setup.py install --root="$PKG/" --optimize=1
}