# Contributor: Aashik S ashik at inflo dot ws # Maintainer: http://smc.org.in # Contributor: Akshay S Dinesh asdofindia at gmail dot com pkgname=ttf-malayalam-font-chilanka pkgver=1.0 pkgrel=1 pkgdesc="This is Chilanka, a font belonging to a set of TrueType and OpenType fonts released under the GNU General Public License for Malayalam Language." arch=(any) url="http://smc.org.in/fonts/" depends=(fontconfig xorg-font-utils) source=("http://smc.org.in/downloads/fonts/chilanka/Chilanka.ttf" "https://gitlab.com/smc/chilanka/raw/master/67-smc-chilanka.conf") md5sums=('5d52ad40cc8889b7a2c2f0cf16cb803e' 'f626730347f96e8f323e2bbd3df1a768') install=ttf-malayalam-fonts.install package() { mkdir -p "${pkgdir}/usr/share/fonts/TTF" || return 1 install -m644 *.ttf "${pkgdir}/usr/share/fonts/TTF" mkdir -p "${pkgdir}/etc/fonts/conf.d" || return 1 install *.conf "${pkgdir}/etc/fonts/conf.d" || return 1 }