New package: font-manjari-1.810
This commit is contained in:
parent
0cac9542ea
commit
be3da50f79
1 changed files with 23 additions and 0 deletions
23
srcpkgs/font-manjari/template
Normal file
23
srcpkgs/font-manjari/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'font-manjari'
|
||||||
|
pkgname=font-manjari
|
||||||
|
version=1.810
|
||||||
|
revision=2
|
||||||
|
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://smc.org.in/downloads//fonts/manjari/manjari.zip
|
||||||
|
https://gitlab.com/smc/fonts/manjari/-/raw/Version${version}/LICENSE.txt"
|
||||||
|
checksum="ade6ba3006c0cbd01d90084d9a5119a22db996a603bf82b68d94fdcfed750cf2
|
||||||
|
94e69dddcfc87af561cad830b6afeb0d858634ae8aa649f8381891873fd6f591"
|
||||||
|
font_dirs="/usr/share/fonts/TTF"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
for f in *.ttf; do
|
||||||
|
vinstall $f 0644 usr/share/fonts/TTF
|
||||||
|
done
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
Loading…
Reference in a new issue