updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / conky-lua-arch / PKGBUILD
blobe4200e8bd64c648944612937ac394d05775eb029
1 # Maintainer: ale_xiovk <a.dipaolosanti at gmail dot com>
3 pkgname=conky-lua-arch
4 pkgver=0.2
5 pkgrel=2
6 pkgdesc="A conky-lua for ArchLinux"
7 arch=('any')
8 url="http://www.vklinux.net/index.php/forum/44-archlinux-project/62-conky-lua-arch"
9 license=('GPL')
10 depends=('conky-lua')
11 source=("http://sourceforge.net/projects/conkyluaarch/files/$pkgname-$pkgver.tar.gz")
14 package() {
15         cd $srcdir/$pkgname-$pkgver
16         make DESTDIR=${pkgdir} install
21 md5sums=('eef075d282f9bd831cc82d046bfaa118')