updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / cacheclean / PKGBUILD
blob4e1808dc6fd2dd4a24082a91fdab6c1f4696805d
1 # Contributor: graysky <graysky AT archlinux dot us>
2 # Contributer: alterkacker
4 pkgname=cacheclean
5 pkgver=2.1
6 pkgrel=1
7 pkgdesc='Cleans up pacman packages.  Users selects how many old versions to keep.'
8 arch=(any)
9 license=(GPL)
10 depends=('python')
11 source=("https://github.com/graysky2/cacheclean/raw/master/$pkgname-source.tar.xz")
12 sha256sums=('3ef6a13f81f144ef6508a974660bddf10ee2be9a2fe5c536882a681ebaf45461')
13 url=http://wiki.archlinux.org/index.php/CacheClean
14 install=readme.install
16 package() {
17         cd "$srcdir/$pkgname-source"
18         install -Dm744 $pkgname "$pkgdir/usr/bin/$pkgname"