summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e6ed03a45733dfa01872e58db5bf3e330076de01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pkgname=otf-bodoni
pkgver=2.2
pkgrel=1
pkgdesc="An OpenType Bodoni revival created by indestructible type*."
arch=('any')
url="https://indestructibletype.com/Bodoni.html"
license=('custom:OFL')
source=("https://github.com/indestructible-type/Bodoni/archive/$pkgver.tar.gz")
sha256sums=('8e4febd19ba6a32e8bef7f935efb896d4459f5dc55f9c0afe1f4b9a10dc37525')

package() {
  install -d "$pkgdir/usr/share/fonts/bodoni"
  cd "$srcdir/Bodoni-$pkgver"
  install -m644 fonts/otf/*.otf "$pkgdir/usr/share/fonts/bodoni/"
  install -Dm644 "LICENSE.md" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
}