blob: 2b8bfbe30c7ea5330eb04d88b1636e599cbac2c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Maintainer: lakejason0 <lakesarchive@outlook.com>
pkgname='ttf-lxgw-zhisong'
pkgver=0.336
pkgrel=1
pkgdesc="霞鶩緻宋。一款衍生於「IPAex 明朝」的舊字形寫法中文字型。A Chinese font derived from IPAex Mincho."
arch=('any')
url="https://github.com/lxgw/LxgwZhiSong"
license=('custom:IPA')
source=("$pkgname-$pkgver-CL-$pkgrel.ttf::$url/releases/download/v$pkgver/LXGWZhiSongCL.ttf"
"$pkgname-$pkgver-MN-$pkgrel.ttf::$url/releases/download/v$pkgver/LXGWZhiSongMN.ttf"
*.md)
changelog='changelog.txt'
conflicts=('ttf-lxgw-zhisong')
sha256sums=('6bfd6c4aad953eb1fd03313ce18db9a68fcedba4a0908e26d00f4b49be330add'
'c3f69a60cf80da3397c3a71225a5efc74e7741c121f1c2eece2d47ca4b4aef1a'
'e33bc6a5f48e8fef08f7ab74b24b199c2d6b1495d7a6fc5cc285c1e44d768877'
'18e639e1d5d575cb92694c79b2aed1781a234eb5be4200c1479a6c27e11fddcc')
package() {
install -Dm644 "$pkgname-$pkgver-CL-$pkgrel.ttf" -t "$pkgdir/usr/share/fonts/TTF/LXGWZhiSongCL.ttf"
install -Dm644 "$pkgname-$pkgver-MN-$pkgrel.ttf" -t "$pkgdir/usr/share/fonts/TTF/LXGWZhiSongMN.ttf"
install -Dm644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}/"
install -Dm644 LICENSE_CHT.md -t "${pkgdir}/usr/share/licenses/${pkgname}/"
}
|