void-packages/srcpkgs/inxi/template

21 lines
639 B
Bash

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