summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8b1cd59029fbdce5335a95bd915fd7b05f21f0da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: jesuschroist <chris@qlab.pro>

pkgname=ttf-pirata-one
pkgver=1.0
pkgrel=3
pkgdesc="A gothic textura font, simplified and optimized to work well on screen and pixel displays."
arch=('any')
url="http://www.rfuenzalida.com/"
license=('custom:OFL')
source=(https://dl.dafont.com/dl/?f=pirata_one)
md5sums=('617351f4869aa1dffb82e7a23cf7559e')

package() {
  cd "$srcdir"
  install -dm755 "$pkgdir/usr/share/fonts/TTF"
  install -Dm644 PirataOne-Regular.ttf "$pkgdir/usr/share/fonts/TTF"
}