inxi: add more depends, cleanup.

This commit is contained in:
Christian Neukirchen 2015-05-04 16:36:13 +02:00
parent 5575133953
commit c130b0be01

View file

@ -1,11 +1,10 @@
# Template file for 'inxi'
pkgname=inxi
version=2.2.16
revision=2
revision=3
noarch="yes"
create_wrksrc=yes
makedepends="pciutils"
depends="${makedepends}"
depends="file glxinfo pciutils usbutils xdpyinfo xprop xrandr"
short_desc="A full featured system information script"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="GPL-3"
@ -16,5 +15,5 @@ checksum=b244492b0f81cf12c6a952f45dd81173d0418f0a4d0c7bad52221d1545d07e95
do_install() {
vbin inxi
vdoc inxi.changelog
vinstall inxi.1.gz 644 usr/share/man/man1
vman inxi.1
}