23 lines
692 B
Bash
23 lines
692 B
Bash
# Template file for 'font-manjari'
|
|
pkgname=font-manjari
|
|
version=2.000
|
|
revision=1
|
|
create_wrksrc=yes
|
|
depends="font-util"
|
|
short_desc="Malayalam font with smooth curves"
|
|
maintainer="Ashish Kurian Thomas <a@aktsbot.in>"
|
|
license="OFL-1.1"
|
|
homepage="https://smc.org.in/fonts/manjari"
|
|
distfiles="https://releases.smc.org.in/fonts/manjari/Version${version}/manjari-Version${version}.tar.gz"
|
|
checksum=c7d99a8fc70137d99297ce20f9a20a58a159450fbf6b4722138f7698cb99a102
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
do_install() {
|
|
for f in ttf/*.ttf; do
|
|
vinstall $f 0644 usr/share/fonts/TTF
|
|
done
|
|
|
|
# install fontconfig file
|
|
vinstall 67-fonts-smc-manjari.conf 0644 etc/fonts/conf.avail/67-fonts-smc-manjari.conf
|
|
}
|