summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9239bf9cc27799207e71aaf665c200a1299a604b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Yidaozhan Ya <yidaozhan_ya@outlook.com>

pkgname=hoyo-glyphs
pkgver=teyvat_black_1.003
pkgrel=1
pkgdesc="Constructed scripts by HoYoverse 米哈游的架空文字 "
arch=("any")
license=("custom")
url="https://github.com/SpeedyOrc-C/Hoyo-Glyphs"
source=("git+${url}.git")
sha256sums=(SKIP)

package () {
	cd "${srcdir}/Hoyo-Glyphs"
	install -dm755 "${pkgdir}/usr/share/fonts/${pkgname}"
	cp -r font/* "${pkgdir}/usr/share/fonts/${pkgname}"

	install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
	install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}"
}