void-packages/srcpkgs/inxi/template
2018-07-13 00:16:50 -03:00

19 lines
554 B
Bash

# Template file for 'inxi'
pkgname=inxi
version=3.0.17
revision=1
wrksrc="inxi-${version}-1"
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"
distfiles="https://github.com/smxi/inxi/archive/${version}-1.tar.gz"
checksum=9a04c5baa5adf2295c2a9f1f65462c38e738fa7ed9786895212a345d1d9190ca
do_install() {
vbin inxi
vdoc inxi.changelog
vman inxi.1
}