summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 080c92653887b769c3cc9afca056cc1a66dfd81c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Chanz Holopainen <chan at elakiri dot com>

pkgname=ttf-iskpota
pkgver=1
pkgrel=1
pkgdesc="Unicode sinhala font iskoola pota"
arch=('any')
url="https://www.np.gov.lk"
license=('GPL')
depends=('fontconfig' 'xorg-font-utils')
install=$pkgname.install
source=(https://www.np.gov.lk/iskpota.ttf)
md5sums=('eead4a342b44623239b39790a0cc88d2')

package() {
	mkdir -p "${pkgdir}/usr/share/fonts/TTF"
	cp "${srcdir}/iskpota.ttf" "${pkgdir}/usr/share/fonts/TTF/iskpota.ttf"
}