blob: 502c72bf12a36d2b03a660254ed4f3c2534d2a27 (
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
)
|