void-packages/srcpkgs/inxi/template
2018-09-12 08:50:01 +02:00

20 lines
632 B
Bash

# Template file for 'inxi'
pkgname=inxi
version=3.0.24
revision=1
wrksrc="inxi-${version}-2"
noarch=yes
depends="dmidecode file glxinfo pciutils perl usbutils xdpyinfo xprop xrandr"
short_desc="Full featured system information script"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
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}-2.tar.gz"
checksum=49b7b2056a3c247bc6f60805dbe36f147a7fa93f28aa031b10c2321f29d51265
do_install() {
vbin inxi
vdoc inxi.changelog
vman inxi.1
}