]> git.immae.eu Git - perso/Immae/Config/AUR.git/commitdiff
Add 'dash-static/' from commit 'af87ed0a69deebf7b400d8f8d88ce2342913b7fa'
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 14 Feb 2019 13:16:10 +0000 (14:16 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 14 Feb 2019 13:16:10 +0000 (14:16 +0100)
git-subtree-dir: dash-static
git-subtree-mainline: a7f4e2376f48b5e35221be282d15c9b160204a67
git-subtree-split: af87ed0a69deebf7b400d8f8d88ce2342913b7fa

1  2 
dash-static/.SRCINFO
dash-static/PKGBUILD

diff --combined dash-static/.SRCINFO
index 0000000000000000000000000000000000000000,91d2f0c3f0f6702b82f6f8449f172eea34ed860b..91d2f0c3f0f6702b82f6f8449f172eea34ed860b
mode 000000,100644..100644
--- /dev/null
@@@ -1,0 -1,14 +1,14 @@@
+ # Generated by mksrcinfo v8
+ # Thu Feb 14 11:27:03 UTC 2019
+ pkgbase = dash-static
+       pkgdesc = POSIX compliant shell that aims to be as small as possible. Statically compiled
+       pkgver = 0.5.10.2
+       pkgrel = 1
+       url = http://gondor.apana.org.au/~herbert/dash/
+       arch = x86_64
+       license = BSD
+       source = http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.10.2.tar.gz
+       sha512sums = 0ae29be77794df0ba254967649b9728611a75fbb3acd32ab6634d76399d1ce97c7d12d31da465482a7e4f3207093415c496c39525cace9b78ab3cb9444dd7640
+ pkgname = dash-static
diff --combined dash-static/PKGBUILD
index 0000000000000000000000000000000000000000,9a9e1e777e5b76eb0b19bbadc3b1829e3eacd70b..9a9e1e777e5b76eb0b19bbadc3b1829e3eacd70b
mode 000000,100644..100644
--- /dev/null
@@@ -1,0 -1,25 +1,25 @@@
+ # Maintainer : Immae <ismael.bouya@normalesup.org>
+ pkgname=dash-static
+ pkgver=0.5.10.2
+ pkgrel=1
+ pkgdesc="POSIX compliant shell that aims to be as small as possible. Statically compiled"
+ arch=('x86_64')
+ url="http://gondor.apana.org.au/~herbert/dash/"
+ license=('BSD')
+ source=("http://gondor.apana.org.au/~herbert/dash/files/dash-${pkgver}.tar.gz")
+ sha512sums=('0ae29be77794df0ba254967649b9728611a75fbb3acd32ab6634d76399d1ce97c7d12d31da465482a7e4f3207093415c496c39525cace9b78ab3cb9444dd7640')
+ build () {
+   cd "dash-$pkgver"
+   export CC="gcc -static"
+   export CFLAGS="-Os -static"
+   ./configure --with-libedit
+   make
+ }
+ package() {
+   cd "dash-$pkgver"
+   install -Dm755 src/dash $pkgdir/usr/bin/dash-static
+ }