Created
February 7, 2013 02:51
-
-
Save proxypoke/4728008 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Mike Redd <[email protected]> | |
# Contributor: Mike Redd <[email protected]> | |
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