summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJuraj Fiala2017-01-08 16:09:39 +0100
committerJuraj Fiala2017-01-08 16:09:39 +0100
commit9944168a4b01074ff6becc7aa1364951cf4798c3 (patch)
treeae5e7451e5f8c8d138708a006a42f86a5240743b /PKGBUILD
downloadaur-9944168a4b01074ff6becc7aa1364951cf4798c3.tar.gz
Initial commit.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..282113d3ea8f
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Juraj Fiala <doctorjellyface at riseup dot net>
+
+pkgname=fonts-meta-base
+pkgver=1
+pkgrel=1
+pkgdesc='Base font collection meta package, ported from Infinality.'
+arch=('any')
+url='http://bohoomil.com/doc/05-fonts/'
+license=('GPL')
+depends=(
+ 'ttf-dejavu'
+ 'ttf-courier-prime'
+# 'ttf-heuristica' # Not available in repos/AUR
+ 'ttf-liberation'
+ 'noto-fonts'
+ 'ttf-symbola'
+)
+provides=('ibfonts-meta-base')
+conflicts=('ibfonts-meta-base')