summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLightDot2018-02-22 16:46:16 +0100
committerLightDot2018-02-22 16:46:16 +0100
commitcef93007638a77e4c80018c4de10938ecb7ca63b (patch)
tree80e7068abd8d5430314eb8942c780a3c8d55901c /PKGBUILD
parentbcfe55ec1de28ac8c131702114e9f8b8a555ccdb (diff)
downloadaur-cef93007638a77e4c80018c4de10938ecb7ca63b.tar.gz
added OTF
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ffbbcf45b5b..3576d784f8ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_fnt_name=chunk
pkgname=ttf-${_fnt_name}
pkgver=20160215
-pkgrel=2
+pkgrel=3
pkgdesc="An ultra-bold slab serif typeface that is reminiscent of old American Western woodcuts, broadsides, and newspaper headlines. Used mainly for display, the fat block lettering is unreserved yet refined for contemporary use."
arch=('any')
url="http://theleagueofmoveabletype.com/${_fnt_name}"
@@ -15,9 +15,10 @@ source=("$pkgname-$pkgver.zip::https://github.com/theleagueof/${_fnt_name}/archi
md5sums=('96287d88f72c475a3006031b80dcdc5e')
package() {
+ install -d ${pkgdir}/usr/share/fonts/OTF
install -d ${pkgdir}/usr/share/fonts/TTF
+ install -Dm644 ${srcdir}/${_fnt_name}-master/*.otf ${pkgdir}/usr/share/fonts/OTF/
install -Dm644 ${srcdir}/${_fnt_name}-master/*.ttf ${pkgdir}/usr/share/fonts/TTF/
install -Dm644 ${srcdir}/${_fnt_name}-master/Open\ Font\ License.markdown ${pkgdir}/usr/share/licenses/${pkgname}/OFL.txt
}
-