void-packages/srcpkgs/inxi/template
2014-04-02 23:12:32 +02:00

20 lines
578 B
Text

# Template file for 'inxi'
pkgname=inxi
version=2.1.15
revision=1
noarch="yes"
create_wrksrc=yes
makedepends="pciutils"
depends="${makedepends}"
short_desc="A full featured system information script"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="GPL-3"
homepage="http://code.google.com/p/inxi/"
distfiles="http://inxi.googlecode.com/svn/trunk/inxi.tar.gz"
checksum=2b2c0c93e97df41ecbdb3512737ad7220f1975c3b34389772993d4fd781ce15a
do_install() {
vinstall inxi 755 usr/bin
vinstall inxi.1.gz 644 usr/share/man/man1
vinstall inxi.changelog 644 usr/share/doc/$pkgname
}