summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennard Hofmann2020-02-09 12:19:37 +0100
committerLennard Hofmann2020-02-09 12:19:37 +0100
commitb285db3210e8d5637984420210362f64e6d93b8d (patch)
treee6926776e967f2f4b612ffca0bd7bb9dd3c197fe
downloadaur-b285db3210e8d5637984420210362f64e6d93b8d.tar.gz
Initial commit
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD19
2 files changed, 35 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..314331e25cdc
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = ttf-patrick-hand-full
+ pkgdesc = font based on Patrick Wagesreiter’s handwriting
+ pkgver = 2.001
+ pkgrel = 1
+ url = https://fonts.google.com/specimen/Patrick+Hand
+ arch = any
+ license = custom:OFL
+ depends = fontconfig
+ depends = xorg-font-utils
+ source = ttf-patrick-hand-2.001.zip::https://fonts.google.com/download?family=Patrick+Hand
+ source = ttf-patrick-hand-SC-2.001.zip::https://fonts.google.com/download?family=Patrick+Hand+SC
+ sha256sums = c29ef217da8d26b44290f2320820f432311083cf922f8c6219abbdcec2a41af1
+ sha256sums = 67a52e8f10b756720380fff246e7dab8532c970423ee330d075923b26cff093d
+
+pkgname = ttf-patrick-hand-full
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..e8764989e597
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Lennard Hofmann <lennard dot hofmann at web dot de>
+_pkgname=ttf-patrick-hand
+pkgname="$_pkgname"-full
+pkgver=2.001
+pkgrel=1
+pkgdesc='font based on Patrick Wagesreiter’s handwriting'
+arch=(any)
+url="https://fonts.google.com/specimen/Patrick+Hand"
+license=(custom:OFL)
+depends=(fontconfig xorg-font-utils)
+source=("$_pkgname-$pkgver.zip::https://fonts.google.com/download?family=Patrick+Hand"
+ "$_pkgname-SC-$pkgver.zip::https://fonts.google.com/download?family=Patrick+Hand+SC")
+sha256sums=('c29ef217da8d26b44290f2320820f432311083cf922f8c6219abbdcec2a41af1'
+ '67a52e8f10b756720380fff246e7dab8532c970423ee330d075923b26cff093d')
+
+package() {
+ install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" OFL.txt
+ install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" *.ttf
+}