#Maintainer: Dimitris Tzemos <djemos~at~slackel~dot~gr>

#Mandatory
pkgname=inxi
pkgver=1.7.28
pkgrel=1dj
source=("http://people.salixos.org/djemos/inxi/$pkgname-$pkgver.gz")
#Optional
#docs=("")
url=http://inxi.org
arch=noarch

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"inxi (a full featured system information script)"
"A newer, better system information script for irc, administration,"
"and system troubleshooters."
"inxi offers a wide range of built-in options, as well as a good number"
"of extra features which require having the script recommends installed"
"on the system."
""
"Homepage: http://inxi.org"

)

build() {
       cd $startdir/src || return 1
        
      install -D -m755 inxi-$pkgver $startdir/pkg/usr/bin/inxi
}