multibootusb.guncellendi
This commit is contained in:
parent
31b2cf2b1e
commit
88134ed65f
1 changed files with 12 additions and 3 deletions
|
@ -4,13 +4,22 @@
|
||||||
# Depends on: mtools parted python3-qt5 dbus-python python3-pip python3-six
|
# Depends on: mtools parted python3-qt5 dbus-python python3-pip python3-six
|
||||||
|
|
||||||
name=multibootusb
|
name=multibootusb
|
||||||
|
hesap=oltulu
|
||||||
version=8.8.0
|
version=8.8.0
|
||||||
release=1
|
release=1
|
||||||
|
|
||||||
source=(https://github.com/oltulu/multibootusb/archive/master.zip)
|
source=()
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $_name-master
|
if [ ! -d $DERLEME_KAYNAKDIZIN/$name ];then
|
||||||
chmod 755 "$SRC/$_name-master/data/multibootusb.desktop"
|
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
|
python3 setup.py install --root="$PKG/" --optimize=1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue