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