summaryrefslogtreecommitdiff
path: root/pcr/terminal-colors
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-05-31 21:34:48 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-05-31 21:34:48 -0400
commite7e49b0e69b62b0b62b4dc7e34c9ad1cd889737b (patch)
tree909f61cba666e940cd6efbb2651026c5ad68d08d /pcr/terminal-colors
parentd1fbcec940728ed0ac131cf986e069f63ec50b8e (diff)
Add pcr/terminal-colors (was ~lukeshu/terminal-colors)
Diffstat (limited to 'pcr/terminal-colors')
-rw-r--r--pcr/terminal-colors/PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/pcr/terminal-colors/PKGBUILD b/pcr/terminal-colors/PKGBUILD
new file mode 100644
index 000000000..cc032de71
--- /dev/null
+++ b/pcr/terminal-colors/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
+
+pkgname=terminal-colors
+pkgver=2.2
+pkgrel=1
+pkgdesc="An utility to test color capabilities of terminal"
+arch=('any')
+url="https://github.com/eikenb/$pkgname"
+license=('GPL3')
+depends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/eikenb/terminal-colors/archive/v2.2.tar.gz")
+md5sums=('5b4ef9d2a613d757a704c2b53441a032')
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ install -D -m755 terminal-colors "$pkgdir/usr/bin/terminal-colors"
+}