summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5762aa155605721ddefa37fff88d5e74da1cb31d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Cerebrux <mail@cerebrux.net>
pkgname=sysglance
pkgver=1.2
pkgrel=1
pkgdesc="Linux utility for generating a report for the host system."
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=('63255d0ff3cfd4781a578af31f5cdfca')