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