void-packages/srcpkgs/inxi/template
2021-04-24 23:58:59 -03:00

21 lines
638 B
Bash

# Template file for 'inxi'
pkgname=inxi
version=3.3.04
revision=1
wrksrc="inxi-${version}-1"
depends="dmidecode file glxinfo pciutils perl usbutils xdpyinfo xprop xrandr
procps-ng"
short_desc="Full featured system information script"
maintainer="bra1nwave <bra1nwave@protonmail.com>"
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=1f029f5f667e0396ab9f6ba2c51cf7937ea38bf504d1621a8c50e19205a7a671
do_install() {
vbin inxi
vdoc inxi.changelog
vman inxi.1
}