summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5a76a4ad0eb99ebd860a3aa3ba7e734ee139e26c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: AtticFinder65536 <atticventilation-aur at protonmail dot com>

pkgname=('ttf-monotype-corsiva')
pkgver=1
pkgrel=1
pkgdesc="An italic typeface made in the style of the early Italian cursives"
url="https://www.fontreach.com/monotype-corsiva-font-free-download/"
source=('file://mtcorsva.ttf')
license=('unknown')
b2sums=('c73d85b5d00104507dc9b2cf253775ce6b5d2bfabb1761e0b9dc29ddf8e58241c5b43bcb5114d22bd06da134febd85877b0f157392e430e05933e09a6c148c45')
arch=('any')

package(){
	# Install font
	install -Dm644 -t "${pkgdir}"/usr/share/fonts/TTF mtcorsva.ttf
}