summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Geary2019-07-25 21:19:32 -0400
committerRyan Geary2019-07-25 21:19:32 -0400
commit90a174e2fdf1d89eaf8c45b879731790b6054bd5 (patch)
treeddbefc8f89559354ad7f32728514d9e0d6e883c6
downloadaur-90a174e2fdf1d89eaf8c45b879731790b6054bd5.tar.gz
Add ginh-1.0
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD35
-rw-r--r--ginh-1.0.tar.gzbin0 -> 5388 bytes
3 files changed, 48 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..50b1f6693340
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = ginh
+ pkgdesc = ginh is not a histogram: visually evaluate your shell usage patterns
+ pkgver = 1.0
+ pkgrel = 1
+ url = https://github.com/crclark96/ginh
+ arch = any
+ license = MIT
+ depends = bash
+ source = ginh-1.0.tar.gz
+ md5sums = 46daa1177d019c35b164d5f30bd2e2a8
+
+pkgname = ginh
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b81bd861287b
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,35 @@
+# Maintainer: Ryann Geary <rtgnj42@gmail.com>
+pkgname=ginh
+pkgver=1.0
+pkgrel=1
+epoch=
+pkgdesc="ginh is not a histogram: visually evaluate your shell usage patterns"
+arch=('any')
+url="https://github.com/crclark96/ginh"
+license=('MIT')
+groups=()
+depends=('bash')
+makedepends=()
+checkdepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+install=
+changelog=
+source=("$pkgname-$pkgver.tar.gz")
+noextract=()
+md5sums=(46daa1177d019c35b164d5f30bd2e2a8)
+validpgpkeys=()
+
+build() {
+ cd "$pkgname-$pkgver"
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make prefix=/usr DESTDIR="$pkgdir" install
+}
diff --git a/ginh-1.0.tar.gz b/ginh-1.0.tar.gz
new file mode 100644
index 000000000000..b0255a73c80b
--- /dev/null
+++ b/ginh-1.0.tar.gz
Binary files differ