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