pkgs/ttf-itim/PKGBUILD

20 lines
768 B
Text
Raw Normal View History

2024-11-23 16:13:51 -08:00
# 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
}