summaryrefslogtreecommitdiff
path: root/alsi/PKGBUILD
blob: 4c712015c59b628b968313fb7a2227d17767cf15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# URL: https://github.com/trizen/alsi
# Maintainer: Erich Eckner <arch at eckner dot net>
# Contributor: Trizen <echo dHJpemVueEBnbWFpbC5jb20K | base64 -d>

pkgname=alsi
pkgver=0.4.9
pkgrel=1
pkgdesc="ALSI: a configurable system information tool for Arch Linux. [Inspired by Archey]"
url="https://github.com/trizen/${pkgname}"
arch=('any')
license=('GPL3')
depends=(
    'perl>=5.14.2'
    'perl-data-dump'
    )
optdepends=(
    'scrot: for taking screenshots.'
    )
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/trizen/${pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('b3444e3189c3738a7989ca14309f26e5929b9d899a9ac7330b15769ac4c552e975c83ee35d9a046f1ada1cc039a2871a7afb531837e274d1452c40795ccf55ff')

package() {
    cd "$pkgname-$pkgver"
    install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
}