summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatt Kline2019-11-12 01:19:47 -0800
committerMatt Kline2019-11-12 01:24:33 -0800
commit68c8409e7bdd34716627d0d4606889f72aabb823 (patch)
tree3f818377d4c968eeaada8337abb4940ef80432ed /PKGBUILD
downloadaur-68c8409e7bdd34716627d0d4606889f72aabb823.tar.gz
Bodoni* 1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..72da10e71076
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+pkgname=otf-bodoni
+pkgver=1.2
+pkgrel=1
+pkgdesc="An OpenType Bodoni revival created by indestructible type*."
+arch=('any')
+url="https://indestructibletype.com/Bodoni.html"
+license=('custom:OFL')
+depends=('fontconfig')
+source=("https://indestructibletype.com/Bodoni.zip")
+sha256sums=('125de4678b5d075c71042e37ab7138a45160527ecbe939a03d73245f1393792c')
+
+package() {
+
+ install -d "$pkgdir/usr/share/fonts/bodoni"
+ install -m644 OpenType/*.otf "$pkgdir/usr/share/fonts/bodoni/"
+ install -Dm644 "LICENSE.md" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}