updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / ttf-staypuft / PKGBUILD
blob468b256461c419ac331f5f6057248022e7295050
1 # Maintainer: TDY <tdy@gmx.com>
3 pkgname=ttf-staypuft
4 pkgver=1.0
5 pkgrel=1
6 pkgdesc="A quirky font inspired by the Stay Puft Marshmallow Man from Ghostbusters"
7 arch=('i686' 'x86_64')
8 url="http://www.thibault.org/fonts/staypuft/"
9 license=('LGPL')
10 depends=('fontconfig' 'xorg-font-utils')
11 install=ttf.install
12 source=(http://www.thibault.org/fonts/staypuft/StayPuft.ttf.tar.gz)
13 md5sums=('d0e63e24da1abe749b2debb0d7d87b28')
15 build() {
16   install -Dm644 "$srcdir/StayPuft.ttf" "$pkgdir/usr/share/fonts/TTF/StayPuft.ttf"