summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 701cbe3aee3d92742f96b2524837a5439c9557f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Lennard Hofmann <lennard dot hofmann at web dot de>
pkgname=otf-minecraft
pkgver=1.0
pkgrel=1
pkgdesc='Font based off Minecraft’s original ASCII charts'
arch=(any)
url="https://www.fontspace.com/jdgraphics/minecraft"
license=('custom:free for personal use')
depends=(fontconfig xorg-font-utils)
source=("$pkgname-$pkgver.zip::https://www.fontspace.com/get/family/m3zm2")
sha256sums=('36acb15ae59e9eed51e581b0a3ad4d56761bd0db7c0902d3e3c517d29fa9246e')

package() {
	install -Dm644 MinecraftBoldItalic-*.otf "$pkgdir/usr/share/fonts/OTF/MinecraftBoldItalic.otf"
	install -Dm644 MinecraftBold-*.otf       "$pkgdir/usr/share/fonts/OTF/MinecraftBold.otf"
	install -Dm644 MinecraftItalic-*.otf     "$pkgdir/usr/share/fonts/OTF/MinecraftItalic.otf"
	install -Dm644 MinecraftRegular-*.otf    "$pkgdir/usr/share/fonts/OTF/MinecraftRegular.otf"
}