summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: cdeb6139047cd89f3270c1a8aeeda0b022a6455b (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
# Maintainer: Deposite Pirate <dpirate at metalpunks dot info>
#
# Upstream: https://git.metalpunks.info/arch-ports

pkgname=ttf-fixedsys-excelsior-linux
pkgver=3.02.9
pkgrel=3
pkgdesc='Fixedsys font for linux, use only at 12pt'
arch=('any')
url='https://github.com/kika/fixedsys'
license=('custom')
source=("${url}/releases/download/v${pkgver}/FSEX302.ttf"
        "${url}/releases/download/v${pkgver}/FSEX302-alt.ttf")
sha256sums=('b3f8e1da97b722a42477ee9a72f953eb2bc7c2195df5e2b6b7d4781dd3f8b2cc'
            'e4abb547b387d4676892f2db7c4a19d5cda0a91680ccc52331b2b49456e307da')

package() {
install -Dm644 -t "${pkgdir}/usr/share/fonts/TTF" FSEX*.ttf
install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
cat << EOF > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
The creator(s) of this content have released it to the public domain.
For jurisdictions where this is not permitted, it is released under
the terms of the Creative Commons Zero Dedication.
EOF
}