Commit 7568de5c authored by Seblu's avatar Seblu
Browse files

base-seblu: add my base software

parents
Loading
Loading
Loading
Loading

PKGBUILD

0 → 100644
+60 −0
Original line number Diff line number Diff line
# Maintainer: Sébastien Luttringer <seblu@archlinux.org>

pkgname=base-seblu
pkgver=$(date +%Y%m%d)
pkgrel=1
pkgdesc='Provide depends on minimal seblu hosts packages'
arch=('any')
url='https://github.com/seblu/arch-packages'
license=('GPL2')

package() {
  depends=(
arptables
bridge-utils
conntrack-tools
dnsutils
ebtables
fcron
ferm
figlet
git
glances
gptfdisk
htop
iftop
iperf
ipset
iptstate
iw
lm_sensors
lshw
lsof
lsscsi
ltrace
most
munin-node
netperf
nload
np
openssh
openvpn
pv
rsync
screen
smartmontools
strace
subversion
sudo
tcpdump
traceroute
vi-killer
vim
zsh
  )
  conflicts=(
net-tools
  )
}

# vim:set ts=2 sw=2 ft=sh et: