summaryrefslogtreecommitdiffstats
path: root/linhes
diff options
context:
space:
mode:
Diffstat (limited to 'linhes')
-rw-r--r--linhes/cacheclean/PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/linhes/cacheclean/PKGBUILD b/linhes/cacheclean/PKGBUILD
new file mode 100644
index 0000000..b363f17
--- /dev/null
+++ b/linhes/cacheclean/PKGBUILD
@@ -0,0 +1,16 @@
+# Contributor: alterkacker, graysky
+
+pkgname=cacheclean
+pkgver=2.1
+pkgrel=6
+pkgdesc='Cleans up pacman packages from cache. Users selects how many old versions to keep.'
+arch=(any)
+license=('GPLv3')
+depends=('python')
+source=("https://raw.githubusercontent.com/goetzc/$pkgname/master/src/$pkgname")
+md5sums=('b71d8a611f19ef4ed8ce7914a9d1e36c')
+url=https://bbs.archlinux.org/viewtopic.php?id=9104
+
+package() {
+ install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+}