19 lines
516 B
Bash
19 lines
516 B
Bash
# Template file for 'inxi'
|
|
pkgname=inxi
|
|
version=2.2.23
|
|
revision=1
|
|
noarch="yes"
|
|
create_wrksrc=yes
|
|
depends="file glxinfo pciutils usbutils xdpyinfo xprop xrandr"
|
|
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=adc22faaf733321466c36dadda7ee38d017a1b749d96558be8cc8dbe9ce587ad
|
|
|
|
do_install() {
|
|
vbin inxi
|
|
vdoc inxi.changelog
|
|
vman inxi.1
|
|
}
|