summaryrefslogtreecommitdiff
path: root/pcr/terminal-colors/PKGBUILD
blob: 485be4d7e2fd6bba93a365d1bc1dd26a217fc5c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
# Contributor: Wael Karram <wael@waelk.tech>

pkgname=terminal-colors
pkgver=3.0.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/v{$pkgver}.tar.gz")
sha256sums=('b59a2278d085d947322dc245920fcc4d9510ed3eee432787e95ca2a45480bfed')

package() {
  cd "$srcdir/$pkgname-$pkgver"
  install -D -m755 terminal-colors "$pkgdir/usr/bin/terminal-colors"
}