summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6a3d2ec5facf0cf5e54a6dd657cbc628b3efaf0d (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-raghumalayalamsans
pkgver=2.2.0+20221109
pkgrel=1
pkgdesc="This is RaghuMalayalamSans, 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=("GPL2")
source=("http://smc.org.in/downloads/fonts/raghumalayalamsans/RaghuMalayalamSans-Regular.ttf"
        "https://gitlab.com/smc/fonts/raghumalayalamsans/raw/master/LICENSE.txt"
        "https://gitlab.com/smc/fonts/raghumalayalamsans/raw/master/67-smc-raghumalayalamsans.conf")
sha256sums=('d932084b2933e8cc29d997c52eb54e90fc45c5bc2eb4e790c19930accc195e30'
            'a1d6add4fa622693fad018533598b07e169891d5780c418f7c2670af15d18fa3'
            'f10f226a68fb5226dcca8c03050071de35379afabbf8b9aba9624d9e5e0d53d9')

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
}