20 lines
530 B
Text
20 lines
530 B
Text
# Template file for 'inxi'
|
|
pkgname=inxi
|
|
version=2.2.8
|
|
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=8c8a158c2669ce1b111843a223fe9293e7124d12f6080365ed29d37ed731fe95
|
|
|
|
do_install() {
|
|
vbin inxi
|
|
vdoc inxi.changelog
|
|
vinstall inxi.1.gz 644 usr/share/man/man1
|
|
}
|