20 lines
608 B
Bash
20 lines
608 B
Bash
# Template file for 'inxi'
|
|
pkgname=inxi
|
|
version=2.3.4
|
|
revision=1
|
|
_gitrev=89e18d245bc34fc5be5f5baddac2ccd8106be050
|
|
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=75bbd7865c9cd438f13977fa91f1d2716bdc06e1231a341fd1da9e348398aada
|
|
|
|
do_install() {
|
|
vbin inxi
|
|
vdoc inxi.changelog
|
|
vman inxi.1
|
|
}
|