inxi: add more depends, cleanup.
This commit is contained in:
parent
5575133953
commit
c130b0be01
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue