mpsweb.pkt
This commit is contained in:
parent
3c060ad33c
commit
31340dfb92
1 changed files with 25 additions and 0 deletions
25
talimatname/genel/m/mpsweb/talimat
Normal file
25
talimatname/genel/m/mpsweb/talimat
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Tanım: Milis Paket Yöneticisi Web Arayüzü
|
||||||
|
# URL: milislinux.org
|
||||||
|
# Paketçi: milisarge
|
||||||
|
# Gerekler: nginx nginx-mod-nchan
|
||||||
|
# Grup: sistem
|
||||||
|
|
||||||
|
isim=mpsweb
|
||||||
|
hesap=milisarge
|
||||||
|
surum=1.0
|
||||||
|
devir=1
|
||||||
|
kaynak=()
|
||||||
|
|
||||||
|
derle() {
|
||||||
|
|
||||||
|
if [ ! -d $DERLEME_KAYNAKDIZIN/$isim ];then
|
||||||
|
git clone https://github.com/$hesap/$isim $DERLEME_KAYNAKDIZIN/$isim
|
||||||
|
else
|
||||||
|
cd $DERLEME_KAYNAKDIZIN/$isim
|
||||||
|
git pull
|
||||||
|
cd -
|
||||||
|
fi
|
||||||
|
cp -r $DERLEME_KAYNAKDIZIN/$isim $SRC/
|
||||||
|
cd $SRC/$isim
|
||||||
|
./kur.sh $PKG
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue