20 lines
592 B
Bash
20 lines
592 B
Bash
# Template file for 'inxi'
|
|
pkgname=inxi
|
|
version=2.9.01
|
|
revision=1
|
|
_gitrev=0e68648ae4952402750ab5a630423f23cb8d217a
|
|
wrksrc=${pkgname}-${_gitrev}
|
|
noarch=yes
|
|
depends="perl file glxinfo pciutils usbutils xdpyinfo xprop xrandr dmidecode"
|
|
short_desc="Full featured system information script"
|
|
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
|
license="GPL-3"
|
|
homepage="https://smxi.org/docs/inxi.htm"
|
|
distfiles="https://github.com/smxi/inxi/archive/${_gitrev}.tar.gz"
|
|
checksum=624e2c8000c9fcf1bc6b592e0b11d298b2681c8630fa847657abe3daf187b960
|
|
|
|
do_install() {
|
|
vbin inxi
|
|
vdoc inxi.changelog
|
|
vman inxi.1
|
|
}
|