mirror of
https://gitlab.com/JKANetwork/jka-toolkit.git
synced 2026-02-18 02:51:33 +01:00
update
This commit is contained in:
Binary file not shown.
@@ -77,7 +77,7 @@ function decompress() {
|
|||||||
echo "Format $format unknown"
|
echo "Format $format unknown"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
version="0.2"
|
version="0.2.1"
|
||||||
if [ -z $1 ];then
|
if [ -z $1 ];then
|
||||||
echo "No option specified, use jkazip -h"
|
echo "No option specified, use jkazip -h"
|
||||||
elif [ $1 = "-h" ];then
|
elif [ $1 = "-h" ];then
|
||||||
@@ -128,7 +128,7 @@ elif [ $1 = "-d" ];then
|
|||||||
echo "$4 no sush a file or directory"
|
echo "$4 no sush a file or directory"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
decompress $3 $
|
decompress $3 $2
|
||||||
fi
|
fi
|
||||||
elif [ $1 = "-c" ];then
|
elif [ $1 = "-c" ];then
|
||||||
if [ -z $3 ];then
|
if [ -z $3 ];then
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = jka-toolkit
|
pkgbase = jka-toolkit
|
||||||
pkgdesc = Set of scripts to optimize the daily work in linux shell
|
pkgdesc = Set of scripts to optimize the daily work in linux shell
|
||||||
pkgver = 0.1.0
|
pkgver = 0.2.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = http://proyecto.jkanetwork.com
|
url = http://proyecto.jkanetwork.com
|
||||||
install = jka-toolkit.install
|
install = jka-toolkit.install
|
||||||
arch = any
|
arch = any
|
||||||
@@ -11,7 +11,7 @@ pkgbase = jka-toolkit
|
|||||||
depends = unzip
|
depends = unzip
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
source = https://gitlab.com/JKANetwork/jka-toolkit/raw/master/jka-toolkit.tar.gz
|
source = https://gitlab.com/JKANetwork/jka-toolkit/raw/master/jka-toolkit.tar.gz
|
||||||
md5sums = 2dad01d7405811b7ecb35e642ff10dd4
|
md5sums = 6e26e26ca9801fc5f687737b829e0e9d
|
||||||
|
|
||||||
pkgname = jka-toolkit
|
pkgname = jka-toolkit
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Maintainer: JKA Network (JoseluCross, Kprkpr, Yukialba) <contacto@jkanetwork.com>
|
# Maintainer: JKA Network (JoseluCross, Kprkpr, Yukialba) <contacto@jkanetwork.com>
|
||||||
pkgname=jka-toolkit
|
pkgname=jka-toolkit
|
||||||
pkgver=0.2.0
|
pkgver=0.2.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Set of scripts to optimize the daily work in linux shell"
|
pkgdesc="Set of scripts to optimize the daily work in linux shell"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="http://proyecto.jkanetwork.com"
|
url="http://proyecto.jkanetwork.com"
|
||||||
@@ -10,7 +10,7 @@ depends=('p7zip' 'unrar' 'unzip')
|
|||||||
options=(!emptydirs)
|
options=(!emptydirs)
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
source=(https://gitlab.com/JKANetwork/jka-toolkit/raw/master/jka-toolkit.tar.gz)
|
source=(https://gitlab.com/JKANetwork/jka-toolkit/raw/master/jka-toolkit.tar.gz)
|
||||||
md5sums=('2dad01d7405811b7ecb35e642ff10dd4')
|
md5sums=('6e26e26ca9801fc5f687737b829e0e9d')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/$pkgname"
|
cd "$srcdir/$pkgname"
|
||||||
|
|||||||
Reference in New Issue
Block a user