21 lines
599 B
Bash
21 lines
599 B
Bash
# Template file for 'inxi'
|
|
pkgname=inxi
|
|
version=2.3.23
|
|
revision=1
|
|
_gitrev=3aafcbe18cc7ab963996c60c050580b17acd74c5
|
|
wrksrc=${pkgname}-${_gitrev}
|
|
noarch=yes
|
|
depends="file glxinfo pciutils usbutils xdpyinfo xprop xrandr dmidecode"
|
|
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=4f0d87f13a12b0a98f2d3a75e0b92175e423aec710395f42da59deb8a728cd51
|
|
|
|
do_install() {
|
|
vbin inxi
|
|
vdoc inxi.changelog
|
|
vman inxi.1
|
|
}
|