summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3e71cbd006be11bdef60f91b915b3ca7ee01522e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Taseen Ahnaf <taseenahnaf140@gmail.com>

pkgname=ttf-michroma
pkgver=1.0.0
pkgrel=1
pkgdesc="Michroma Font"
arch=('any')
license=('OFL-1.1')
url="https://github.com/googlefonts/Michroma-font"
source=("https://github.com/googlefonts/Michroma-font/raw/refs/heads/master/fonts/ttf/Michroma-Regular.ttf")
sha256sums=("b62301163788bc5b7f8fcac0b74b184e34e1827e577b499ecb724da065098f87")

package() {
	install -d "${pkgdir}/usr/share/fonts/TTF"
    install Michroma-Regular.ttf "${pkgdir}/usr/share/fonts/TTF/MichromaRegular.ttf"
}