void-packages/srcpkgs/inxi/template

21 lines
609 B
Bash

# Template file for 'inxi'
pkgname=inxi
version=2.2.34
revision=1
_gitrev=bb20cde44911441e9c9b6ffc06eac8f14df006d2
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=da9c108037fc241b57495878526208d8b1dcf502b6efb70f4e9e13e64086a071
do_install() {
vbin inxi
vdoc inxi.changelog
vman inxi.1
}