summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9f41c853f9f258f53f205a61e4df1b476d2d732a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Aline Abler <alinea@riseup.net>

pkgname=ttf-conkyweather
pkgver=20170224.3f71158
pkgrel=2
pkgdesc='ConkyWeather font - weather icons'
url="https://github.com/altinukshini/conky_blue"
license=('GPL')
arch=('any')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
makedepends=('git')
source=("git+https://github.com/altinukshini/conky_blue")

package() {
	install -dm755 "${pkgdir}"/usr/share/fonts/TTF
	install -m644 conky_blue/fonts/conkyweather.ttf "${pkgdir}"/usr/share/fonts/TTF
}
md5sums=('SKIP')