summaryrefslogtreecommitdiff
path: root/alsi
diff options
context:
space:
mode:
Diffstat (limited to 'alsi')
-rw-r--r--alsi/PKGBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/alsi/PKGBUILD b/alsi/PKGBUILD
new file mode 100644
index 00000000..7c6d03a4
--- /dev/null
+++ b/alsi/PKGBUILD
@@ -0,0 +1,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.7
+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=("https://github.com/trizen/${pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('043efcda81e3173e5ef960d6660b4fc533fc42aadc4faebb484ff9109d71f077')
+
+package() {
+ cd "$pkgname-$pkgver"
+ install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+}