File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Maintainer: Edwin Kofler <[email protected] >
2
2
pkgname=' bash-args'
3
- pkgver=' 0.5 .0'
3
+ pkgver=' 0.6 .0'
4
4
pkgrel=' 1'
5
5
pkgdesc=' A cute little Bash library for blazing fast argument parsing'
6
6
arch=(' any' )
7
7
url=" https://github.com/eankeen/bash-args"
8
8
license=(' unknown' )
9
9
depends=(bash)
10
10
source=($pkgname -$pkgver .tar.gz::$url /archive/v$pkgver .tar.gz)
11
- sha256sums=(' 144ae369fa414500ad806a27b28a557cd085fbceb207c98d69373f95955304c5 ' )
11
+ sha256sums=(' 3e2054c9df7009580059ad2663e2b7064b770644043c01dfab614f72f3d96c0b ' )
12
12
13
13
_mainfolder=$_name -$pkgver
14
14
@@ -29,6 +29,7 @@ package() {
29
29
30
30
install -d " $pkgdir " /usr/{bin,lib/bash-args/util}
31
31
install -m755 bin/* " $pkgdir /usr/bin"
32
+ cp lib/args-parse.sh " $pkgdir /usr/lib/bash-args"
32
33
install -m755 lib/util/* " $pkgdir /usr/lib/bash-args/util"
33
34
# install -m644 lib/util/* "$pkgdir/lib/bash-args/util"
34
35
}
You can’t perform that action at this time.
0 commit comments