summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLudvig Holtze2019-08-04 19:07:23 +0200
committerLudvig Holtze2019-08-04 19:07:23 +0200
commit990799948275047a942c0374d405621e1706a639 (patch)
tree5a9f7d3f62c63fca726223ec495565ad2a81acd6
downloadaur-990799948275047a942c0374d405621e1706a639.tar.gz
Initial commit
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..171c7190fb70
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = otf-determination
+ pkgdesc = Determination Sans and Determination Mono: Fonts that mimic the interface in the game Undertale
+ pkgver = 1
+ pkgrel = 1
+ url = https://www.behance.net/gallery/31268855/Determination-Better-Undertale-Font
+ arch = any
+ license = custom
+ source = http://download813.mediafire.com/fjc2krhk61zg/2qfrsbd7yks66qk/DTM.ZIP
+ sha256sums = 0d618ca53e23e642b07d16e215e957351511992acf0be69e9e55d2844659dcd9
+
+pkgname = otf-determination
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..8ff1169878eb
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Ludvig Holtze <ludvig dot holtze at protonmail dot com>
+
+pkgname=otf-determination
+pkgver=1
+pkgrel=1
+pkgdesc="Determination Sans and Determination Mono: Fonts that mimic the interface in the game Undertale"
+url="https://www.behance.net/gallery/31268855/Determination-Better-Undertale-Font"
+license=('custom')
+arch=('any')
+source=('http://download813.mediafire.com/fjc2krhk61zg/2qfrsbd7yks66qk/DTM.ZIP')
+sha256sums=('0d618ca53e23e642b07d16e215e957351511992acf0be69e9e55d2844659dcd9')
+
+package() {
+ cd "${srcdir}"
+ install -Dm644 "DTM-Mono.otf" -t "${pkgdir}/usr/share/fonts/OTF/"
+ install -Dm644 "DTM-Sans.otf" -t "${pkgdir}/usr/share/fonts/OTF/"
+}