void-packages/srcpkgs/inxi/template

21 lines
530 B
Text
Raw Normal View History

2013-08-20 22:53:05 +00:00
# Template file for 'inxi'
pkgname=inxi
2014-09-19 18:25:48 +00:00
version=2.2.6
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-09-19 18:25:48 +00:00
checksum=296ace3709e2aa4e37eb1a9e1442b764e4757b956cc8f7b1374ff2c001bb854f
2013-08-20 22:53:05 +00:00
do_install() {
2014-08-01 18:17:37 +00:00
vbin inxi
vdoc inxi.changelog
2013-08-20 22:53:05 +00:00
vinstall inxi.1.gz 644 usr/share/man/man1
}