summaryrefslogtreecommitdiff
path: root/~lukeshu/terminal-colors
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-05-31 21:24:03 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-05-31 21:27:21 -0400
commit19db09a7c48c4cade7698df3ab7e50f1de439f88 (patch)
tree95eaa573b5a12edab4e9870af839cc85d9df7883 /~lukeshu/terminal-colors
parentda916c690230bc1da612c3404c66603a1d9e8cd5 (diff)
downloadabslibre-19db09a7c48c4cade7698df3ab7e50f1de439f88.tar.gz
abslibre-19db09a7c48c4cade7698df3ab7e50f1de439f88.tar.bz2
abslibre-19db09a7c48c4cade7698df3ab7e50f1de439f88.zip
Remove old things from ~lukeshu
Diffstat (limited to '~lukeshu/terminal-colors')
-rw-r--r--~lukeshu/terminal-colors/.gitignore1
-rw-r--r--~lukeshu/terminal-colors/PKGBUILD23
2 files changed, 0 insertions, 24 deletions
diff --git a/~lukeshu/terminal-colors/.gitignore b/~lukeshu/terminal-colors/.gitignore
deleted file mode 100644
index 8ba0d861a..000000000
--- a/~lukeshu/terminal-colors/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-terminal-colors.py
diff --git a/~lukeshu/terminal-colors/PKGBUILD b/~lukeshu/terminal-colors/PKGBUILD
deleted file mode 100644
index 662e5b5ef..000000000
--- a/~lukeshu/terminal-colors/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
-
-pkgname=terminal-colors
-pkgver=1.3
-pkgrel=1
-pkgdesc="Displays charts for 256/88/16 terminal color modes. Also supports converting between 256/88 color values."
-arch=('any')
-url="http://zhar.net/projects/shell/"
-license=('GPL3')
-depends=('python2')
-source=("terminal-colors.py::http://zhar.net/projects/shell/terminal-colors")
-
-build() {
- cd "$srcdir"
- sed 's@/usr/bin/env python$@/usr/bin/env python2@' < terminal-colors.py > terminal-colors
-}
-
-package() {
- cd "$srcdir"
- install -D -m755 terminal-colors "$pkgdir/usr/bin/terminal-colors"
-}
-
-md5sums=('30e3ab6cde416df110110244ce40eb94')