summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Dence2018-03-17 00:24:48 -0400
committerTyler Dence2018-03-17 00:24:48 -0400
commitf0d81d6ca2dd650646f967a064629a7f5246b903 (patch)
tree5bd2b3e2b29a2463b05ba397c901eca1af00d67a
downloadaur-f0d81d6ca2dd650646f967a064629a7f5246b903.tar.gz
Initial package upload
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD17
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..cd344818324e
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = ttf-crewniverse
+ pkgdesc = Crewniverse is a font that replicates the one used for the title cards of the TV show Steven Universe(tm), as well as the logo of the Steven Crewniverse's Tumblr (hence the name, originally).
+ pkgver = 0.5
+ pkgrel = 1
+ url = https://www.deviantart.com/art/Crewniverse-Font-V-5-MORE-ACCENTS-AND-SYMBOLS-540122768
+ arch = any
+ license = Unknown proprietary
+ depends = fontconfig
+ depends = xorg-fonts-encodings
+ depends = xorg-font-utils
+ source = https://dl.tyzoid.com/arch/package-dl/ttf-crewniverse-v0.5.tar.gz
+ sha512sums = 9adfe3224b89ee5f0b70a0b0048b1b8c7845cdbcf412bce17ee9c3049df0e3bedfeb81f41bc217ae657a578b3f4bc2e01d9676332ee062884b56d78a0b67b170
+
+pkgname = ttf-crewniverse
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..649e2fc35071
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Tyler Dence <tyzoid@archlinux32.org>
+
+pkgname=ttf-crewniverse
+pkgver=0.5
+pkgrel=1
+pkgdesc="Crewniverse is a font that replicates the one used for the title cards of the TV show Steven Universe(tm), as well as the logo of the Steven Crewniverse's Tumblr (hence the name, originally)."
+arch=('any')
+url="https://www.deviantart.com/art/Crewniverse-Font-V-5-MORE-ACCENTS-AND-SYMBOLS-540122768"
+license=('Unknown proprietary')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+source=("https://dl.tyzoid.com/arch/package-dl/$pkgname-v$pkgver.tar.gz")
+sha512sums=('9adfe3224b89ee5f0b70a0b0048b1b8c7845cdbcf412bce17ee9c3049df0e3bedfeb81f41bc217ae657a578b3f4bc2e01d9676332ee062884b56d78a0b67b170')
+
+package() {
+ install -d $pkgdir/usr/share/fonts/TTF/
+ install -Dm644 "$srcdir/$pkgname-v$pkgver/crewniverse_font.ttf" "$pkgdir/usr/share/fonts/TTF/Crewniverse.ttf"
+}