summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTeorax2020-07-29 00:46:14 +0200
committerTeorax2020-07-29 00:46:14 +0200
commit339fe0b3c845ba3f91f62edf32eafc7bf1c26b81 (patch)
treecf1d023480358535a13c249e641754ffffdd3db4 /PKGBUILD
downloadaur-ttf-osaka-sans-serif.tar.gz
ttf font Osaka Sans Srif by Vic Flieger, downloaded from dafont.com, initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..e058bf33d08e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Teorax < mg-aur at grnwld dot me >
+
+pkgname=ttf-osaka-sans-serif
+pkgver=1.0
+pkgrel=1
+pkgdesc="A font designed to resemble modern varieties of katakana display fonts as seen on Japanese storefronts and the like."
+arch=('any')
+url="http://www.vicfieger.com/~font/fauxf.html"
+license=()
+depends=()
+source=('ttf-osaka-sans-serif.zip::https://dl.dafont.com/dl/?f=osaka_sans_serif')
+sha256sums=('cdf0dd52a3bef30e3fd8e5383ae3ac23f18d3e78b74bb9f5ad99957f19940656')
+
+package() {
+ install -Dm644 osaka-re.ttf ${pkgdir}/usr/share/fonts/TTF/osaka-re.ttf
+ }