26 lines
857 B
Bash
26 lines
857 B
Bash
# Template file for 'font-manjari'
|
|
pkgname=font-manjari
|
|
version=1.920
|
|
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
|
|
https://gitlab.com/smc/fonts/manjari/-/raw/Version${version}/LICENSE.txt"
|
|
checksum="77cfe8fbb18ed5325e228d96b4b69cfd21cc9434eab18656fb9bc48ce691b9c3
|
|
3ff5ecb5ffbfe008bcc1e2861f2124aabd5571ad1ae9badc245a4e383727ccd2"
|
|
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
|
|
|
|
vlicense LICENSE.txt
|
|
}
|