summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f8fd333f36064ae818539dbc8d4e2566bc6c29b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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-font-keraleeyam
pkgver=3.0.0+20200101
pkgrel=2
pkgdesc="This is Keraleeyam, a font belonging to a set of TrueType and OpenType fonts released under the GNU General Public License for Malayalam Language."
arch=(any)
url="http://smc.org.in/fonts/"
license=("OFL")
source=("http://smc.org.in/downloads/fonts/keraleeyam/Keraleeyam-Regular.ttf"
        "https://gitlab.com/smc/fonts/keraleeyam/raw/master/LICENSE.txt"
        "https://gitlab.com/smc/fonts/keraleeyam/raw/master/67-smc-keraleeyam.conf")
sha256sums=('99968256f37caa5ccf8de4c2db28ac6ef5f70c7f6c7c07ddc74237b0a5ccd68c'
            '0a32c5287686a06b5712b4fa8079736cfed991a865e2b24691aa5423a4859f2a'
            'de32d00b046423dcb093e376025b22405b468b18280c3d885ef4aff0f4079adc')

package() {
  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.txt
  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF/" *.ttf
  install -Dm644 -t "$pkgdir/etc/fonts/conf.d" *.conf
}