summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLightDot2018-02-22 16:00:46 +0100
committerLightDot2018-02-22 16:00:46 +0100
commitbcfe55ec1de28ac8c131702114e9f8b8a555ccdb (patch)
treea27ee4e0293af6bb7a03bedfc386f1ce2e94b28b /PKGBUILD
parentc863349add4519a205701d66e357ea158eaddc30 (diff)
downloadaur-bcfe55ec1de28ac8c131702114e9f8b8a555ccdb.tar.gz
PKGBUILD cleanup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 6 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fbf83c5c89ff..5ffbbcf45b5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,21 @@
-# Maintainer: samæ <samæ at marvid dot fr>
+# Maintainer: LightDot <lightdot -a-t- g m a i l>
+# Contributor: samæ <samæ at marvid dot fr>
_fnt_name=chunk
pkgname=ttf-${_fnt_name}
pkgver=20160215
-pkgrel=1
-pkgdesc="An ultra-bold, ultra-awesome slab serif typeface."
+pkgrel=2
+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}"
license=('custom:OFL')
groups=('lmt-fonts')
-depends=('fontconfig' 'xorg-font-utils')
-conflicts=()
-source=("https://github.com/theleagueof/${_fnt_name}/archive/master.zip")
-install=${pkgname}.install
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+source=("$pkgname-$pkgver.zip::https://github.com/theleagueof/${_fnt_name}/archive/master.zip")
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