summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEden Rose2017-11-24 20:55:11 -0500
committerEden Rose2017-11-24 20:55:11 -0500
commitf89312644da01df791c5115b3e24aedeb26a5a72 (patch)
tree6d9edd755b0a22b5ed23a2303c05d364e9dab4e4
downloadaur-font-christmas-mansgreback.tar.gz
Initial Commit
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD22
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..9b1cd3871e4c
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = font-christmas-mansgreback
+ 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
+ pkgver = 1.00
+ pkgrel = 1
+ url = http://mn.sg/merry-christmas
+ arch = any
+ license = custom
+ source = merry_christmas.zip::https://dl.dafont.com/dl/?f=merry_christmas
+ sha256sums = db70da52230e986d94dbfe8b002fab67680482d5e4e0c1fc2d44e069905ea4e9
+
+pkgname = font-christmas-mansgreback
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..1472fb3467ab
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,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: