void-packages/srcpkgs/inxi/template
2014-08-01 20:17:37 +02:00

20 lines
531 B
Text

# Template file for 'inxi'
pkgname=inxi
version=2.1.28
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=1054e172bdd47cbbc03c889a2088cde7833a695ea0040899fa7e49258e33046a
do_install() {
vbin inxi
vdoc inxi.changelog
vinstall inxi.1.gz 644 usr/share/man/man1
}