2013-08-21 00:53:05 +02:00
|
|
|
# Template file for 'inxi'
|
|
|
|
pkgname=inxi
|
2014-09-23 09:44:23 +02:00
|
|
|
version=2.2.8
|
2013-08-21 00:53:05 +02:00
|
|
|
revision=1
|
2014-01-01 16:10:11 +01:00
|
|
|
noarch="yes"
|
|
|
|
create_wrksrc=yes
|
|
|
|
makedepends="pciutils"
|
|
|
|
depends="${makedepends}"
|
2013-08-21 00:53:05 +02: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-23 09:44:23 +02:00
|
|
|
checksum=8c8a158c2669ce1b111843a223fe9293e7124d12f6080365ed29d37ed731fe95
|
2013-12-22 08:38:01 +01:00
|
|
|
|
2013-08-21 00:53:05 +02:00
|
|
|
do_install() {
|
2014-08-01 20:17:37 +02:00
|
|
|
vbin inxi
|
|
|
|
vdoc inxi.changelog
|
2013-08-21 00:53:05 +02:00
|
|
|
vinstall inxi.1.gz 644 usr/share/man/man1
|
|
|
|
}
|