void-packages/srcpkgs/inxi/template

21 lines
608 B
Bash
Raw Normal View History

2013-08-21 00:53:05 +02:00
# Template file for 'inxi'
pkgname=inxi
2016-04-19 06:52:40 +02:00
version=2.3.0
2015-06-13 00:32:10 +02:00
revision=1
2016-04-19 06:52:40 +02:00
_gitrev=7a6f176c0d980cd3e6e82e1ed740029017aeef78
wrksrc=${pkgname}-${_gitrev}
noarch="yes"
2015-05-04 16:36:13 +02:00
depends="file glxinfo pciutils usbutils xdpyinfo xprop xrandr"
2013-08-21 00:53:05 +02:00
short_desc="A full featured system information script"
maintainer='Juan RP <xtraeme@voidlinux.eu>'
2013-08-21 00:53:05 +02:00
license="GPL-3"
homepage="https://github.com/smxi/inxi/"
distfiles="https://github.com/smxi/inxi/archive/${_gitrev}.tar.gz>${pkgname}-${version}.tar.gz"
2016-04-19 06:52:40 +02:00
checksum=178244967cd2e629d60cad218fa3186fa176217382b8392581671c3fdac6c827
2013-08-21 00:53:05 +02:00
do_install() {
2014-08-01 20:17:37 +02:00
vbin inxi
vdoc inxi.changelog
2015-05-04 16:36:13 +02:00
vman inxi.1
2013-08-21 00:53:05 +02:00
}