🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132333435363738394041424344
pkgname: inxi
pkgver: '3.3.41.1'
pkgrel: '1'
pkgdesc: 'script to get system information'
url: 'http://inxi.org'
arch: x86_64
license:
- GPL3
depends:
- gawk
- pciutils
- usbutils
- 'xorg-xdpyinfo'
- 'xorg-xprop'
- 'xorg-xrandr'
- 'lm-sensors'
makedepends:
- coreutils
- grep
- 'procps-ng'
- sed
- file
- iproute2
- sudo
- usbutils
- kmod
source:
- 'https://codeberg.org/smxi/inxi.git'
sha256sums:
- SKIP
build: |
cd ${pkgname}
install -D -m755 inxi ${PKGDIR}/usr/bin/inxi
install -D -m755 inxi.1 ${PKGDIR}/usr/share/man/man1/inxi.1
install -Dm644 LICENSE.txt ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE.txt
package: |
true