
colortheme PKGBUILD
By: a guest on
Jul 4th, 2010 | syntax:
Bash | size: 0.41 KB | hits: 152 | expires: Never
# Maintainer: Lucky <aur.archlinux.org at lucky.take0ver.net>
pkgname=colortheme
pkgver=20100704
pkgrel=1
pkgdesc="script to show Your terminal color scheme"
arch=('any')
url="http://bbs.archlinux.org/viewtopic.php?id=59253"
license=('GPL')
source=("http://lky.cc/$pkgname")
md5sums=('e2fad9e125d20ddb6a56e8f2c4033d3d')
build() {
cd ${srcdir}
install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
}