void-packages/srcpkgs/inxi/template
2016-02-19 08:26:19 +01:00

20 lines
609 B
Bash

# Template file for 'inxi'
pkgname=inxi
version=2.2.33
revision=1
_gitrev=f2f11c615d04b510b3db73a37b80810252973a6a
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=0a946da2114921ebe4181c8506cff2d7fef062a54d02e8314c3e21ceb7dec6e1
do_install() {
vbin inxi
vdoc inxi.changelog
vman inxi.1
}