void-packages/srcpkgs/inxi/template

21 lines
639 B
Bash

# Template file for 'inxi'
pkgname=inxi
version=3.3.31.2
revision=1
_distver="${version%.*}-${version##*.}"
depends="dmidecode file glxinfo pciutils perl procps-ng usbutils xdpyinfo
xprop xrandr"
short_desc="Full featured system information script"
maintainer="Emil Miler <em@0x45.cz>"
license="GPL-3.0-or-later"
homepage="https://smxi.org/docs/inxi.htm"
changelog="https://codeberg.org/smxi/inxi/raw/branch/master/inxi.changelog"
distfiles="https://codeberg.org/smxi/inxi/archive/${_distver}.tar.gz"
checksum=0f4dd81980b327aa71f3684a832ec4488721024d428c712f3c9bbdb35f6a2b42
do_install() {
vbin inxi
vdoc inxi.changelog
vman inxi.1
}