8ddd61d984
[ci skip]
20 lines
635 B
Bash
20 lines
635 B
Bash
# Template file for 'inxi'
|
|
pkgname=inxi
|
|
version=3.0.32
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="inxi-${version}-1"
|
|
depends="dmidecode file glxinfo pciutils perl usbutils xdpyinfo xprop xrandr"
|
|
short_desc="Full featured system information script"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://smxi.org/docs/inxi.htm"
|
|
changelog="https://raw.githubusercontent.com/smxi/inxi/master/inxi.changelog"
|
|
distfiles="https://github.com/smxi/inxi/archive/${version}-1.tar.gz"
|
|
checksum=aadd0ee54d0710520fc89a61378cfabfbad54f479a228107af9398e243cfea9d
|
|
|
|
do_install() {
|
|
vbin inxi
|
|
vdoc inxi.changelog
|
|
vman inxi.1
|
|
}
|