void-packages/srcpkgs/inxi/template

21 lines
578 B
Text
Raw Normal View History

2013-08-20 22:53:05 +00:00
# Template file for 'inxi'
pkgname=inxi
2014-04-13 19:48:55 +00:00
version=2.1.20
2013-08-20 22:53:05 +00:00
revision=1
noarch="yes"
create_wrksrc=yes
makedepends="pciutils"
depends="${makedepends}"
2013-08-20 22:53:05 +00:00
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"
2014-04-13 19:48:55 +00:00
checksum=11b11d5f1c33ae0fd3ad3ebef5db831349ba56103fa59fc57534faa735d1996d
2013-08-20 22:53:05 +00:00
do_install() {
vinstall inxi 755 usr/bin
vinstall inxi.1.gz 644 usr/share/man/man1
vinstall inxi.changelog 644 usr/share/doc/$pkgname
}