summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 608ad3108a64dba63615aac49779c32d2c31fb8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Noeljnuior <liamgliam @ gmail.com>

pkgname=conky-bargile
pkgver=0.1a
pkgrel=2
pkgdesc="Yet another conky-lua theme, this one includes some kind of an engine"
arch=('any')
url="https://github.com/Noeljunior/conky-bargile"
license=('GPL')
depends=('conky-lua' 'lm_sensors' 'hddtemp' 'git')
source=("$pkgname::git+https://github.com/Noeljunior/conky-bargile")
md5sums=('SKIP')

package() {
	cd $srcdir/$pkgname

    ./configure "/etc/conky" "/usr/share/${pkgname}"
	make install BINDIR="${pkgdir}/usr/bin" CONFDIR="${pkgdir}/etc/conky" USRDIR="${pkgdir}/usr/share/${pkgname}"
}