# Maintainer: Eric Engestrom pkgname=hw-probe pkgver=1.5 pkgrel=1 pkgdesc="Tool to probe for hardware, check its operability and upload result to the Linux hardware DB: http://linux-hardware.org" arch=('any') url="https://github.com/linuxhw/hw-probe" license=('GPLv2') source=("$url/archive/$pkgver.tar.gz") sha256sums=('8bb7d6ff272c1412e26fcfd86e9df5c3e34e1584552404b930c281b8498b25ea') depends=('perl>=5' 'hwinfo' 'curl' 'dmidecode' 'pciutils' 'usbutils' 'net-tools') optdepends=('hdparm' 'smartmontools' 'inxi' 'pnputils') package() { cd "$srcdir"/hw-probe-$pkgver install -dm755 "$pkgdir"/usr DESTDIR="$pkgdir" make install prefix=/usr }