summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 45a775f47dcfab7544e16008f52d8be651d13224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# Maintainer: Stick <stick at stma dot is>
# Contributor: Wyatt J. Brown <sushidudeteam at gmail dot com>
# shellcheck disable=SC2034,SC2148,SC2154
pkgname=all-repository-fonts
pkgver=20200630
pkgrel=1
pkgdesc='Meta package for all fonts in the official repositories.'
arch=('any')
url='https://aur.archlinux.org/packages/all-repository-fonts/'
license=('custom:Public Domain')
depends=('adobe-source-code-pro-fonts'
         'adobe-source-han-sans-cn-fonts'
         'adobe-source-han-sans-hk-fonts'
         'adobe-source-han-sans-jp-fonts'
         'adobe-source-han-sans-kr-fonts'
         'adobe-source-han-sans-otc-fonts'
         'adobe-source-han-sans-tw-fonts'
         'adobe-source-han-serif-cn-fonts'
         'adobe-source-han-serif-jp-fonts'
         'adobe-source-han-serif-kr-fonts'
         'adobe-source-han-serif-otc-fonts'
         'adobe-source-han-serif-tw-fonts'
         'adobe-source-sans-pro-fonts'
         'adobe-source-serif-pro-fonts'
         'awesome-terminal-fonts'
         'bdf-unifont'
         'cantarell-fonts'
         'dina-font'
         'font-bh-ttf'
         'font-bitstream-speedo'
         'gentium-plus-font'
         'gnu-free-fonts'
         'gsfonts'
		 'inter-font'
         'noto-fonts'
         'noto-fonts-cjk'
         'noto-fonts-emoji'
         'noto-fonts-extra'
         'opendesktop-fonts'
         'otf-cormorant'
         'otf-fantasque-sans-mono'
         'otf-fira-mono'
         'otf-fira-sans'
         'otf-font-awesome'
		 'otf-ipaexfont'
         'otf-ipafont'
		 'otf-ipamjfont'
         'otf-latin-modern'
         'otf-latinmodern-math'
         'otf-overpass'
         'powerline-fonts'
         'tamsyn-font'
         'terminus-font'
         'terminus-font-otb'
         'tex-gyre-fonts'
         'ttf-anonymous-pro'
         'ttf-arphic-ukai'
         'ttf-arphic-uming'
         'ttf-baekmuk'
         'ttf-bitstream-vera'
         'ttf-caladea'
         'ttf-carlito'
		 'ttf-cascadia-code'
         'ttf-cormorant'
         'ttf-croscore'
         'ttf-dejavu'
         'ttf-droid'
         'ttf-fantasque-sans-mono'
         'ttf-fira-code'
         'ttf-fira-mono'
         'ttf-fira-sans'
         'ttf-font-awesome'
         'ttf-hack'
         'ttf-hanazono'
         'ttf-hannom'
         'ttf-ibm-plex'
         'ttf-inconsolata'
         'ttf-indic-otf'
         'ttf-ionicons'
		 'ttf-jetbrains-mono'
         'ttf-joypixels'
         'ttf-junicode'
         'ttf-khmer'
         'ttf-lato'
         'ttf-liberation'
         'ttf-linux-libertine'
         'ttf-linux-libertine-g'
		 'ttf-nerd-fonts-symbols'
         'ttf-opensans'
         'ttf-proggy-clean'
         'ttf-roboto'
         'ttf-roboto-mono'
         'ttf-sazanami'
         'ttf-tibetan-machine'
         'ttf-ubuntu-font-family'
         'wqy-bitmapfont'
         'wqy-microhei'
         'wqy-microhei-lite'
         'wqy-zenhei'
         'xorg-fonts-100dpi'
         'xorg-fonts-75dpi'
         'xorg-fonts-cyrillic'
         'xorg-fonts-misc'
         'xorg-fonts-type1')
source=(LICENSE)
sha256sums=('3b4773abb04074e08b55e3c4ca3fddd8e040bec671b835d3850c582b7d884149')

package()
{
    cd "$srcdir" || exit
    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}