void-packages/srcpkgs/inxi/template
2016-03-01 15:43:43 +01:00

20 lines
609 B
Bash

# Template file for 'inxi'
pkgname=inxi
version=2.2.35
revision=1
_gitrev=8a3c62c6ef9edaf50252a0c8f28b38291064249d
wrksrc=${pkgname}-${_gitrev}
noarch="yes"
depends="file glxinfo pciutils usbutils xdpyinfo xprop xrandr"
short_desc="A full featured system information script"
maintainer='Juan RP <xtraeme@voidlinux.eu>'
license="GPL-3"
homepage="https://github.com/smxi/inxi/"
distfiles="https://github.com/smxi/inxi/archive/${_gitrev}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=a120e1eb0e112931e7b88d2ab26a01f1359e1b6c7ca89fb3a26ebb577e57d692
do_install() {
vbin inxi
vdoc inxi.changelog
vman inxi.1
}