blob: aef4900edaaa2af36e8515faefc84366a2ded5b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Contributor: Aashik S aashiks at gmail dot com
# Maintainer: http://smc.org.in
# Contributor: Akshay S Dinesh asdofindia at gmail dot com
# Contributor: Jishnu Mohan jishnu7 at gmail dot com
pkgname=ttf-malayalam-fonts-meta
pkgver=7.0
pkgrel=4
pkgdesc="This is a set of TrueType and OpenType fonts released under the
GNU General Public License or SIL Open Font License for Malayalam Language."
arch=(any)
url="http://smc.org.in/fonts/"
depends=(otf-manjari ttf-malayalam-font-anjalioldlipi ttf-malayalam-font-chilanka ttf-malayalam-font-dyuthi
ttf-malayalam-font-keraleeyam ttf-malayalam-font-meera ttf-malayalam-font-rachana ttf-malayalam-font-raghumalayalamsans
ttf-malayalam-font-suruma)
package(){
return 0
}
|