void-packages/srcpkgs/inxi/template

21 lines
639 B
Bash

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