summaryrefslogtreecommitdiffstats
path: root/inxi/PKGBUILD
blob: 02be1c83e9cdfe6a54a46713081ee26a4d71296f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contributor: Florian Pritz <f-p@gmx.at>
pkgname=inxi
pkgver=1.3.2
pkgrel=1
pkgdesc="script to get system information"
arch=('any')
url="http://inxi.org"
license=('GPL')
source=()
md5sums=()

build() {
  cd "$srcdir"
  wget "http://inxi.googlecode.com/svn/trunk/inxi" -O inxi
  install -D -m755 inxi $pkgdir/usr/bin/inxi
}

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