aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/meta/fonts/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'meta/fonts/PKGBUILD')
-rw-r--r--meta/fonts/PKGBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/fonts/PKGBUILD b/meta/fonts/PKGBUILD
new file mode 100644
index 0000000..f035b2a
--- /dev/null
+++ b/meta/fonts/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Arnold Sommerfeld <arch@strisemarx.com>
+pkgname=strisemarx-fonts
+pkgver=3
+pkgrel=1
+pkgdesc="strisemarx's fonts metapackage"
+arch=('any')
+url="https://strisemarx.com"
+license=('GPL3')
+depends=(
+ 'noto-fonts-emoji'
+ 'otf-font-awesome'
+ 'otf-latinmodern-math'
+ 'ttf-dejavu'
+ 'ttf-fira-code'
+ 'ttf-font-awesome'
+ 'ttf-noto-nerd'
+)
+
+# vim: ts=2 sw=2 et: