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
|
2015-12-13 14:36:04 +01:00
|
|
|
wrksrc=${pkgname}-${_gitrev}
|
2014-01-01 16:10:11 +01:00
|
|
|
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"
|
2015-11-17 22:24:45 +01:00
|
|
|
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
2013-08-21 00:53:05 +02:00
|
|
|
license="GPL-3"
|
2015-12-13 14:36:04 +01:00
|
|
|
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-12-22 08:38:01 +01:00
|
|
|
|
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
|
|
|
}
|