20 lines
589 B
Bash
20 lines
589 B
Bash
# Template file for 'inxi'
|
|
pkgname=inxi
|
|
version=2.3.21
|
|
revision=1
|
|
_gitrev=b42c4a7f54e99aa006b5103a41d1e98f9a747be2
|
|
wrksrc=${pkgname}-${_gitrev}
|
|
noarch=yes
|
|
depends="file glxinfo pciutils usbutils xdpyinfo xprop xrandr"
|
|
short_desc="A full featured system information script"
|
|
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
|
license="GPL-3"
|
|
homepage="https://github.com/smxi/inxi"
|
|
distfiles="${homepage}/archive/${_gitrev}.tar.gz>${pkgname}-${version}.tar.gz"
|
|
checksum=73149b0bc6209d4d8911899530234b65e1569ad76532d73c1b20df82cc9cbe51
|
|
|
|
do_install() {
|
|
vbin inxi
|
|
vdoc inxi.changelog
|
|
vman inxi.1
|
|
}
|