summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 447dd6c7ea88f5a090708e7ee088d50cd5fccde6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Rubin Simons <me@rubin55.org>

pkgname=pragmatapro-fonts
pkgver=0.9
pkgrel=1
pkgdesc="A condensed monospaced font optimized for screen, designed by Fabrizio Schiavi to be the ideal font for coding, math and engineering"
url="https://fsd.it/shop/fonts/pragmatapro/"
arch=(any)
license=(custom)
# Note: you need to buy the font at $url and place the zip file in the current or $SRCDEST directory.
source=('local://PragmataPro-Regular0.9-an1lqv.zip')
sha256sums=('89707c4fa2d55bcd2dea3a38511c91a6176fee8855245ca8529104abae9f466f')

options=("!strip")

package() {
  cd "PragmataPro-Regular${pkgver}"
  install -Dt "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 *.ttf
  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYRIGHT+EULA.txt
}