Skip to content

Commit

Permalink
prep 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cerebrux committed Oct 3, 2020
1 parent acc725f commit 73efe3f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions template/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Maintainer: Cerebrux <mail@cerebrux.net>
pkgdesc="Utility for collecting information about the hardware and the operating system by generating a simple report."
pkgname=sysglance
pkgver=1.4.7
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 "$srcdir/sysglance-$pkgver"
cd "$pkgname-$pkgver"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm755 sysglance.sh "$pkgdir/usr/bin/sysglance"
}

0 comments on commit 73efe3f

Please sign in to comment.