# Maintainer: Aline Abler 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')