21 lines
587 B
Bash
21 lines
587 B
Bash
# Template file for 'inxi'
|
|
pkgname=inxi
|
|
version=2.3.55
|
|
revision=1
|
|
_gitrev=5058a2a36ce4438e0bf35cce93563daaca9fbdff
|
|
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=ae307a623a42639a210e9bcfc214380459847587b55d2c4f19982cf2758fc44e
|
|
|
|
do_install() {
|
|
vbin inxi
|
|
vdoc inxi.changelog
|
|
vman inxi.1
|
|
}
|