summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 78d49c65df7d9e1dab1fa5f5b1c2be316ca34aef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: alexiobash < me (at) alexiobash (dot) com >

pkgname=conky-lua-arch
pkgver=1.3
pkgrel=2
pkgdesc="A conky-lua for ArchLinux"
arch=('any')
url="http://alexiobash.com/conky-lua-arch/"
license=('GPL')
depends=('conky-lua' 'git')
source=("$pkgname::git+http://git.alexiobash.com/git/$pkgname")
install="${pkgname}.install"
md5sums=('SKIP')
backup=('etc/conky/conky-arch.conf')

package() {
	cd $srcdir/$pkgname
	make DESTDIR=${pkgdir} install
}