7f73ba0fd4
Closes: #10946 [via git-merge-pr]
20 lines
587 B
Bash
20 lines
587 B
Bash
# Template file for 'inxi'
|
|
pkgname=inxi
|
|
version=2.3.56
|
|
revision=1
|
|
_gitrev=a787c3ab897c805e0bbcb16edde8e093bf9b97f2
|
|
wrksrc=${pkgname}-${_gitrev}
|
|
noarch=yes
|
|
depends="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=e0d43d3b1f72ef5fff1aad46a1d98af89318bd16974e70e4b5f0389c4e200532
|
|
|
|
do_install() {
|
|
vbin inxi
|
|
vdoc inxi.changelog
|
|
vman inxi.1
|
|
}
|