blob: b7842d03c482047c18427262d97d431a7822b3fb (
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=6
pkgdesc="Yet another conky-lua theme, this one includes some kind of an engine - please use a conky with cairo and lua support"
arch=('any')
url="https://github.com/Noeljunior/conky-bargile"
license=('GPL')
depends=('conky' 'lm_sensors' 'hddtemp' 'git' 'netcat')
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}"
}
|