21 lines
632 B
Bash
21 lines
632 B
Bash
# Template file for 'inxi'
|
|
pkgname=inxi
|
|
version=3.0.22
|
|
revision=1
|
|
wrksrc="inxi-${version}-1"
|
|
noarch=yes
|
|
depends="dmidecode file glxinfo pciutils perl usbutils xdpyinfo xprop xrandr"
|
|
short_desc="Full featured system information script"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
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=4449dd1895a3ccfad83165f15b9c7d98b1ccb4d76db847c85206a5299d2e9848
|
|
|
|
do_install() {
|
|
vbin inxi
|
|
vdoc inxi.changelog
|
|
vman inxi.1
|
|
}
|