21 lines
649 B
Bash
21 lines
649 B
Bash
# Template file for 'inxi'
|
|
pkgname=inxi
|
|
version=3.3.30.1
|
|
revision=1
|
|
_distver="${version%.*}-${version##*.}"
|
|
depends="dmidecode file glxinfo pciutils perl procps-ng usbutils xdpyinfo
|
|
xprop xrandr"
|
|
short_desc="Full featured system information script"
|
|
maintainer="Emil Miler <em@0x45.cz>"
|
|
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/refs/tags/${_distver}.tar.gz"
|
|
checksum=6e10241933302bbdec2af5361ffacf98f425d63ea67ce56993f86dad06ffb404
|
|
|
|
do_install() {
|
|
vbin inxi
|
|
vdoc inxi.changelog
|
|
vman inxi.1
|
|
}
|