summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 49ac89e8c9fd0e8c7933b6e2c7cafc255e78c5d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Parker Johansen <johansen.parker@gmail.com>
pkgname=ttf-sega
pkgver=1.0
pkgrel=1
pkgdesc="Font designed by Sega Games Co., Ltd. for their logo and products"
arch=('any')
license=('custom')
depends=('fontconfig' 'xorg-font-utils')
install=ttf-sega.install
url="https://www.dafont.com/sega.font"
source=('sega.ttf')

package() {
	install -Dm0644 sega.ttf $pkgdir/usr/share/fonts/TTF/Sega.ttf
}

sha256sums=('fdeb4bd3b0490888ac6c511686eccf9841a5841783e25c6bd0ee5f70ef4a3889')