summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1472fb3467ab2493e3986d2770995abc3aba775e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $Id$
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>

pkgname=font-christmas-mansgreback
pkgver=1.00
_relver=1.00
pkgrel=1
pkgdesc="Merry Christmas - Fonts by Måns Grebäck. PERSONAL USE ONLY. (Use the characters *#+ and the numbers to make stars, flakes and Christmas symbols; Example: *Merry0Christmas+) - Flakes and Stars"
url="http://mn.sg/merry-christmas"
arch=(any)
license=(custom)
source=("merry_christmas.zip::https://dl.dafont.com/dl/?f=merry_christmas")
sha256sums=('db70da52230e986d94dbfe8b002fab67680482d5e4e0c1fc2d44e069905ea4e9')

package() {
  cd $srcdir/
  install -d "$pkgdir/usr/share/fonts/${pkgname%-fonts}"
  install -t "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 *.ttf
  install -Dm644 "License - READ THIS.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}

# vim:set ts=2 sw=2 et: