🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223
pkgname: dash
pkgver: '0.5.13.5'
pkgrel: 1
pkgdesc: Dash is a POSIX compliant shell
url: 'http://gondor.apana.org.au/~herbert/dash/'
arch: x86_64
depends: []
makedepends:
- libedit
source:
- 'http://gondor.apana.org.au/~herbert/dash/files/dash-${pkgver}.tar.gz'
sha256sums:
- SKIP
hooks:
post-install: |
name=dash
version=0.5.13.4
release=1
grep -q bin/dash etc/shells || echo "/bin/dash" >> etc/shells
build: "cd ${pkgname}-${pkgver}\n./configure \\\n\t--bindir=/bin \\\n\t--mandir=/usr/share/man \\\n\t--exec-prefix=\"\" \\\
\n\t--with-libedit\nmake\nmake DESTDIR=${PKGDIR} install\n"
package: |
true