# Maintainer: Cerebrux pkgname=sysglance pkgver=1.3 pkgrel=1 pkgdesc="Utility for collecting information about the hardware and the operating system by generating a simple report." arch=( 'any' ) url="https://github.com/Utappia/sysglance" license=('GPL3') depends=( 'pciutils' 'usbutils' 'util-linux' 'curl' ) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Utappia/sysglance/archive/v${pkgver}.tar.gz") package() { cd "$pkgname-$pkgver" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -Dm755 sysglance.sh "$pkgdir/usr/bin/sysglance" } md5sums=('cb412975f674763fdf2d8dcdc0d84049')