22 lines
651 B
Bash
22 lines
651 B
Bash
# Template file for 'inxi'
|
|
pkgname=inxi
|
|
version=3.1.01
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="inxi-${version}-1"
|
|
depends="dmidecode file glxinfo pciutils perl usbutils xdpyinfo xprop xrandr
|
|
procps-ng"
|
|
short_desc="Full featured system information script"
|
|
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
|
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=0b46e0dd3e5391c7005d08fa52365037f27bd8d7d0a56a6900d18e11720b1c7c
|
|
|
|
do_install() {
|
|
vbin inxi
|
|
vdoc inxi.changelog
|
|
vman inxi.1
|
|
}
|