aboutsummaryrefslogtreecommitdiff
path: root/packages/custom-font-meta/PKGBUILD
blob: 06df469e8b52bdb68cbcfc1cbd0e561cac9b63cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgname=custom-font-meta
pkgver=0.1
pkgrel=1
pkgdesc='Meta package to install fonts'
url='https://code.kummerlaender.eu/Dotfiles/'
arch=('any')

depends=(
	gnome-font-viewer
	ttf-dejavu
	ttf-droid
	ttf-fantasque-sans
	ttf-fontawesome-git
	ttf-inconsolata
	ttf-liberation
	ttf-linux-libertine
	ttf-ms-fonts
	source-code-pro-fonts-powerline
	otf-latin-modern
	otf-powerline-symbols-git
)