summaryrefslogtreecommitdiff
path: root/ttf-noto/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-07-15 18:51:42 +0200
committerTim Biermann <tbier@posteo.de>2021-07-15 18:53:03 +0200
commite3916b69330704564277e5e97210bcdf75935393 (patch)
treec9dd0357ed6692f2359480517a08a1a6962f963f /ttf-noto/Pkgfile
parentc22f29f550dd767bbfa6802071c84763e9fd2fd4 (diff)
downloadcontrib-e3916b69330704564277e5e97210bcdf75935393.tar.gz
contrib-e3916b69330704564277e5e97210bcdf75935393.tar.xz
ttf-noto: initial commit, version 20201206
Diffstat (limited to 'ttf-noto/Pkgfile')
-rw-r--r--ttf-noto/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/ttf-noto/Pkgfile b/ttf-noto/Pkgfile
new file mode 100644
index 000000000..32e45d7bf
--- /dev/null
+++ b/ttf-noto/Pkgfile
@@ -0,0 +1,16 @@
+# Description: Noto fonts
+# URL: https://www.google.com/get/noto/
+# Maintainer: Tim Biermann, tbier at posteo dot de
+
+name=ttf-noto
+version=20201206
+release=1
+source=(https://github.com/googlefonts/noto-fonts/archive/v$version-phase3/noto-fonts-$version-phase3.tar.gz)
+
+build() {
+ cd noto-fonts-$version-phase3/unhinted/ttf
+ install -d $PKG/usr/share/fonts/noto
+ for i in */*.ttf;
+ do install -m644 $i $PKG/usr/share/fonts/noto;
+ done
+}

Generated by cgit