# Maintainer: Sébastien Luttringer pkgname=base-seblu pkgver=2013.11.17 pkgrel=1 pkgdesc='Provide depends on minimal seblu hosts packages' arch=('any') url='https://github.com/seblu/arch-packages' license=('GPL2') install=$pkgname.install package() { depends=( archutils-git arptables bash bash-completion bridge-utils config-seblu conntrack-tools diffutils dmidecode dnsutils dstat ebtables ethtool fcron ferm figlet git glances gptfdisk hddtemp hdparm hping htop iftop iftop ipcalc iperf iperf ipset iptraf-ng iptstate ipython iw links lm_sensors lrzsz lshw lsof lsscsi ltrace lz4 most mtr munin-node ndisc6 netperf nfacct nload nmap ntp numactl openssh openvpn pacman-contrib parted perl-rename pv pwgen reptyr rsync rsync rxvt-unicode-terminfo screen sdparm sed smartmontools strace stress sudo systemd-sysvcompat tcpdump traceroute tree unzip vi-killer vim watchdog wget whois zsh ) optdepends=( ) conflicts=( consolekit initscripts systemd-arch-units sysvinit tcp_wrappers ) install -dm755 "$pkgdir/usr/bin" # perl-rename shortcut ln -s perl-rename "$pkgdir/usr/bin/prename" } # vim:set ts=2 sw=2 et: