20 lines
639 B
Bash
20 lines
639 B
Bash
# Template file for 'inxi'
|
|
pkgname=inxi
|
|
version=3.3.37.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://codeberg.org/smxi/inxi/raw/branch/master/inxi.changelog"
|
|
distfiles="https://codeberg.org/smxi/inxi/archive/${_distver}.tar.gz"
|
|
checksum=da730f84f4a2ca53bab471860a83995c9d498bb34c2518fbb7ff65ee705e048e
|
|
|
|
do_install() {
|
|
vbin inxi
|
|
vdoc inxi.changelog
|
|
vman inxi.1
|
|
}
|