21 lines
609 B
Bash
21 lines
609 B
Bash
# Template file for 'inxi'
|
|
pkgname=inxi
|
|
version=2.2.38
|
|
revision=1
|
|
_gitrev=b8647b9d7307835ba1302b3d38472249d0194523
|
|
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=0f2f0ce9e1cfafb7b433decfd9218690595940e1a9f9b3e2a71737408d2d8761
|
|
|
|
do_install() {
|
|
vbin inxi
|
|
vdoc inxi.changelog
|
|
vman inxi.1
|
|
}
|