summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3e756077020f6f70d31f9566f920620ceadf9a67 (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
25
26
27
28
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
_pkgname=i-ming
pkgname="ttf-${_pkgname}-fonts"
_appname=I.Ming
pkgver=8.00
pkgdesc="I.Ming ( I.明體 / 一点明朝体 / 一點明體 )"
pkgrel=4
arch=("any")
url="https://github.com/ichitenfont/I.Ming"
license=("IPA")
source=(
    "${pkgname}.ttf::https://raw.githubusercontent.com/ichitenfont/I.Ming/${pkgver}/${pkgver}/I.Ming-${pkgver}.ttf"
    "ttf-${_pkgname}cp.ttf::https://raw.githubusercontent.com/ichitenfont/I.Ming/${pkgver}/${pkgver}/I.MingCP-${pkgver}.ttf"
    "ttf-${_pkgname}varcp.ttf::https://raw.githubusercontent.com/ichitenfont/I.Ming/${pkgver}/${pkgver}/I.MingVarCP-${pkgver}.ttf"
    "ttf-${_pkgname}u.ttf::https://raw.githubusercontent.com/ichitenfont/I.Ming/${pkgver}/${pkgver}/PMingI.U-${pkgver}.ttf"
    "ttf-${_pkgname}uvar.ttf::https://raw.githubusercontent.com/ichitenfont/I.Ming/${pkgver}/${pkgver}/PMingI.UVar-${pkgver}.ttf"
    "LICENSE-${pkgver}.md::https://raw.githubusercontent.com/ichitenfont/I.Ming/${pkgver}/LICENSE.md"
)
sha256sums=('eb7e39eb6f4e74acfa9539c3dd58eda7a0f3b18cb4a2368bd276971abb5d66fc'
            '23eb45cdf0ac71c8c57462c4ea2a99efc8de1fb81273064dbe0873a628b4e150'
            '8d95346811e36c8f629bdd4c1f0f78684b6cbb394acedb8d0b551d737458e054'
            '57c8c6c20a7adb5aee01b35ef21f50a9255d43f6d8316fdc3f8792b09bd86b0c'
            '5f35c4c97eb276f3468743d3b782dba1f85e4c712906d2363c63dd8de2431fab'
            '5ddbaf00dbc1888b25c5964d5f033ea32c8e53fac90efc089c5316190b776b32')
package() {
    install -Dm444 "${srcdir}/"*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
    install -Dm644 "${srcdir}/LICENSE-${pkgver}.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
}