void-packages/srcpkgs/font-manjari/template

28 lines
872 B
Bash
Raw Normal View History

2020-07-23 12:19:08 +02:00
# Template file for 'font-manjari'
pkgname=font-manjari
2020-08-29 05:46:12 +02:00
version=1.910
revision=1
2020-07-23 12:19:08 +02:00
archs="noarch"
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
2020-07-23 12:19:08 +02:00
https://gitlab.com/smc/fonts/manjari/-/raw/Version${version}/LICENSE.txt"
2020-08-29 05:46:12 +02:00
checksum="943c2dfc3afb9e32d3e4baa132d3b49825cbaf1a39ae9220b73df11255c5d13e
3ff5ecb5ffbfe008bcc1e2861f2124aabd5571ad1ae9badc245a4e383727ccd2"
2020-07-23 12:19:08 +02:00
font_dirs="/usr/share/fonts/TTF"
do_install() {
for f in ttf/*.ttf; do
2020-07-23 12:19:08 +02:00
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
2020-07-23 12:19:08 +02:00
vlicense LICENSE.txt
}