summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d63ed6fac0467aff2fce5e8bdeb27131063bf7f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer:  Dan Johansen <strit@strits.dk>

pkgname=ttf-futurama-fonts
pkgver=1.0
pkgrel=1
pkgdesc='Fonts from or inspired by the hit cartoon Futurama'
arch=('any')
url='https://www.dafont.com/futurama.font'
license=('unknown')
source=("$pkgname.zip::https://dl.dafont.com/dl/?f=futurama")
sha256sums=('41a706f4d9ae46659f0abed3627af680ea755371734f50cde8ecb13e55446a94')


package() {
	install -d "$pkgdir"/usr/share/fonts/TTF
	install -m644 *.ttf "$pkgdir"/usr/share/fonts/TTF
}