void-packages/srcpkgs/inxi/template
2014-09-19 18:25:48 +00:00

21 lines
530 B
Plaintext

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