Skip to content

Instantly share code, notes, and snippets.

@proxypoke
Created February 7, 2013 02:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save proxypoke/4728008 to your computer and use it in GitHub Desktop.
Save proxypoke/4728008 to your computer and use it in GitHub Desktop.
# Maintainer: Mike Redd <mredd@0tue0.com>
# Contributor: Mike Redd <mredd@0tue0.com>
pkgname=ttf-miso
pkgver=1
pkgrel=1.3
pkgdesc="MISO is an architectural lettering font completed in 2006 by Mårten Nettelbladt."
arch=('any')
license=('custom:free')
url="http://martennettelbladt.se/miso"
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
install=ttf.install
source=("$url/miso-typeface-2013.zip")
md5sums=('58e9fad26b2b7d76d0cf5fd1a8b65d2c')
build() {
cd $srcdir
install -d $pkgdir/usr/share/fonts/TTF/
install -m644 *.ttf $startdir/pkg/usr/share/fonts/TTF/ || return 1
install -Dm644 *.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment