void-packages/srcpkgs/inxi/template

20 lines
606 B
Bash

# Template file for 'inxi'
pkgname=inxi
version=3.3.21
revision=1
depends="dmidecode file glxinfo pciutils perl usbutils xdpyinfo xprop xrandr
procps-ng"
short_desc="Full featured system information script"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://smxi.org/docs/inxi.htm"
changelog="https://raw.githubusercontent.com/smxi/inxi/master/inxi.changelog"
distfiles="https://github.com/smxi/inxi/archive/${version}-1.tar.gz"
checksum=19b196e07c881ea8da5ecd628ba6fe607690593eab122c2704f66c932d3dafdd
do_install() {
vbin inxi
vdoc inxi.changelog
vman inxi.1
}