# Maintainer: LightDot # Maintainer: Caleb Maclennan # Contributor: samæ _fnt_name=blackout pkgname=ttf-$_fnt_name pkgver=20160215 pkgrel=4 pkgdesc="Eats holes for breakfast lunch and dinner. Inspired by filling in sans-serif newspaper headlines. Continually updated with coffee and music. Makes your work louder than the next person’s." arch=('any') url="http://theleagueofmoveabletype.com/$_fnt_name" license=('OFL') groups=('lmt-fonts') source=("$pkgname-$pkgver.zip::https://github.com/theleagueof/$_fnt_name/archive/master.zip") sha256sums=('cfc75d15b72e558a3e87bf2cb9f69f09756b5179254e8131ac3d59437f41143b') package() { cd "$_fnt_name-master" install -Dm644 -t "$pkgdir/usr/share/fonts/TTF/" *.ttf install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" Open*.markdown install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname/" readme.markdown }