335b2b6d95
Closes: #9832 [via git-merge-pr]
20 lines
587 B
Bash
20 lines
587 B
Bash
# Template file for 'inxi'
|
|
pkgname=inxi
|
|
version=2.3.53
|
|
revision=1
|
|
_gitrev=cdfef8f65a0cd004542a31fd123335b398c56f72
|
|
wrksrc=${pkgname}-${_gitrev}
|
|
noarch=yes
|
|
depends="file glxinfo pciutils usbutils xdpyinfo xprop xrandr dmidecode"
|
|
short_desc="Full featured system information script"
|
|
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
|
license="GPL-3"
|
|
homepage="https://smxi.org/docs/inxi.htm"
|
|
distfiles="https://github.com/smxi/inxi/archive/${_gitrev}.tar.gz"
|
|
checksum=c1963057b5831a6471a84318b2033ad29ba05119ab8196cac661f567d429e0c7
|
|
|
|
do_install() {
|
|
vbin inxi
|
|
vdoc inxi.changelog
|
|
vman inxi.1
|
|
}
|