feat: ttf-itim

This commit is contained in:
punkfairie 2024-11-23 16:13:51 -08:00
parent 04df985a90
commit b6ce0b72f2
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696

19
ttf-itim/PKGBUILD Normal file
View file

@ -0,0 +1,19 @@
# Maintainer: Marley Rae <marley at punkfairie dot net>
pkgname=ttf-itim
pkgver=1.0.0
pkgrel=1
pkgdesc='Itim is a Looped Thai and Latin Handwriting typeface that has a rounded tip marker stroke.'
arch=('any')
url='https://github.com/cadsondemak/itim'
license=('OFL')
provides=('ttf-font-nerd')
source=(https://github.com/cadsondemak/itim/raw/refs/heads/master/fonts/Itim-Regular.ttf https://github.com/cadsondemak/itim/raw/refs/heads/master/OFL.txt)
sha256sums=('5da8a8ba1b5f5069bd52fd0180e8da1986f23460b96878d21d1501885fbb85e9'
'1f00d1f970b4ea469b6936e599b599bb217edaab792e586658ef2e71cf438685')
package() {
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/LICENSE" OFL.txt
install -Dm644 -t "$pkgdir/usr/share/fonts/itim" Itim-Regular.ttf
}