void-packages/srcpkgs/inxi/template
bra1nwave 30050bed65 inxi: update to 3.0.36. - adopt package
Closes: #13851 [via git-merge-pr]
2019-08-21 13:12:33 +02:00

20 lines
641 B
Bash

# Template file for 'inxi'
pkgname=inxi
version=3.0.36
revision=1
archs=noarch
wrksrc="inxi-${version}-1"
depends="dmidecode file glxinfo pciutils perl usbutils xdpyinfo xprop xrandr"
short_desc="Full featured system information script"
maintainer="bra1nwave <brainwave@openmailbox.org>"
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=2826ee041f4ce2be91063be1ba92c47f6a2b7f1ee97ed236af4c71494d6a1bd0
do_install() {
vbin inxi
vdoc inxi.changelog
vman inxi.1
}