mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
removed community/mksh
This commit is contained in:
parent
f5fb91f7f7
commit
3035a69539
2 changed files with 0 additions and 46 deletions
|
@ -1,37 +0,0 @@
|
|||
# $Id: PKGBUILD 85891 2013-03-08 15:20:48Z ttoepper $
|
||||
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
|
||||
# Contributor: Daniel Hommel <dhommel@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - commented test.sh - breaks in chroot
|
||||
|
||||
pkgname=mksh
|
||||
pkgver=R47
|
||||
pkgrel=1
|
||||
pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
|
||||
url='https://www.mirbsd.org/mksh.htm'
|
||||
license=('custom')
|
||||
arch=('i686' 'x86_64')
|
||||
depends=('gcc-libs')
|
||||
install=mksh.install
|
||||
source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.tgz"
|
||||
'https://www.mirbsd.org/TaC-mksh.txt')
|
||||
md5sums=('71c7cbcd78306897801b8b6691091e66'
|
||||
'a231b325d5f2155a6c667a9323986718')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname"
|
||||
|
||||
sh Build.sh -r -c lto
|
||||
#./test.sh
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname"
|
||||
install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
|
||||
install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
|
||||
install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
|
||||
install -D -m 644 "$srcdir/TaC-mksh.txt" "$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
|
@ -1,9 +0,0 @@
|
|||
post_install() {
|
||||
grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
sed -i "/^\/bin\/mksh$/d" /etc/shells
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
Loading…
Reference in a new issue