void-packages/srcpkgs/inxi/template

20 lines
516 B
Bash
Raw Normal View History

2013-08-20 22:53:05 +00:00
# Template file for 'inxi'
pkgname=inxi
2015-06-12 22:32:10 +00:00
version=2.2.23
revision=1
noarch="yes"
create_wrksrc=yes
2015-05-04 14:36:13 +00:00
depends="file glxinfo pciutils usbutils xdpyinfo xprop xrandr"
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"
2015-06-12 22:32:10 +00:00
checksum=adc22faaf733321466c36dadda7ee38d017a1b749d96558be8cc8dbe9ce587ad
2013-08-20 22:53:05 +00:00
do_install() {
2014-08-01 18:17:37 +00:00
vbin inxi
vdoc inxi.changelog
2015-05-04 14:36:13 +00:00
vman inxi.1
2013-08-20 22:53:05 +00:00
}