20 lines
608 B
Bash
20 lines
608 B
Bash
# Template file for 'inxi'
|
|
pkgname=inxi
|
|
version=2.3.1
|
|
revision=1
|
|
_gitrev=56d21a1c747802b55a7ab0e4f39404ec414502a3
|
|
wrksrc=${pkgname}-${_gitrev}
|
|
noarch="yes"
|
|
depends="file glxinfo pciutils usbutils xdpyinfo xprop xrandr"
|
|
short_desc="A full featured system information script"
|
|
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
|
license="GPL-3"
|
|
homepage="https://github.com/smxi/inxi/"
|
|
distfiles="https://github.com/smxi/inxi/archive/${_gitrev}.tar.gz>${pkgname}-${version}.tar.gz"
|
|
checksum=8e5bd52c6ebeadd4b4bd196a96a8c8f22de237b8927fa5191c21baa6152c2eff
|
|
|
|
do_install() {
|
|
vbin inxi
|
|
vdoc inxi.changelog
|
|
vman inxi.1
|
|
}
|