20 lines
608 B
Bash
20 lines
608 B
Bash
# Template file for 'inxi'
|
|
pkgname=inxi
|
|
version=2.3.5
|
|
revision=1
|
|
_gitrev=dedc0bc1cae5e9fade99cd8ddf50a5088566995c
|
|
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=6fb16d81cb2931970a6514a852cd732efc3b5ef43635f5cbb1fb2745231903ac
|
|
|
|
do_install() {
|
|
vbin inxi
|
|
vdoc inxi.changelog
|
|
vman inxi.1
|
|
}
|