20 lines
606 B
Bash
20 lines
606 B
Bash
# Template file for 'inxi'
|
|
pkgname=inxi
|
|
version=2.3.8
|
|
revision=1
|
|
_gitrev=af0630e3067c138893e243896e1767c93d2a2856
|
|
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=790f004f74736f77c1c82d218f73365ceeea8598ffe116389f3d5e4b34b224f4
|
|
|
|
do_install() {
|
|
vbin inxi
|
|
vdoc inxi.changelog
|
|
vman inxi.1
|
|
}
|