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 11# Maintainer: Edwin Kofler <edwin@kofler.dev>
22pkgname=' bash-args'
3- pkgver=' 0.5 .0'
3+ pkgver=' 0.6 .0'
44pkgrel=' 1'
55pkgdesc=' A cute little Bash library for blazing fast argument parsing'
66arch=(' any' )
77url=" https://github.com/eankeen/bash-args"
88license=(' unknown' )
99depends=(bash)
1010source=($pkgname -$pkgver .tar.gz::$url /archive/v$pkgver .tar.gz)
11- sha256sums=(' 144ae369fa414500ad806a27b28a557cd085fbceb207c98d69373f95955304c5 ' )
11+ sha256sums=(' 3e2054c9df7009580059ad2663e2b7064b770644043c01dfab614f72f3d96c0b ' )
1212
1313_mainfolder=$_name -$pkgver
1414
@@ -29,6 +29,7 @@ package() {
2929
3030 install -d " $pkgdir " /usr/{bin,lib/bash-args/util}
3131 install -m755 bin/* " $pkgdir /usr/bin"
32+ cp lib/args-parse.sh " $pkgdir /usr/lib/bash-args"
3233 install -m755 lib/util/* " $pkgdir /usr/lib/bash-args/util"
3334 # install -m644 lib/util/* "$pkgdir/lib/bash-args/util"
3435}
You can’t perform that action at this time.
0 commit comments