# Maintainer: zxp19821005 pkgname=otf-cjk-standards-logo-font pkgver=1.0 pkgrel=4 pkgdesc="Logos for standards used in Unicode CJK" arch=("any") url='https://github.com/NightFurySL2001/cjk-standards-logo' license=("CC0-1.0") source=( "${pkgname}-${pkgver}.otf::https://raw.githubusercontent.com/NightFurySL2001/cjk-standards-logo/main/CJKStandardLogos.otf" "LICENSE-${pkgver}::https://raw.githubusercontent.com/NightFurySL2001/cjk-standards-logo/main/LICENSE" ) sha256sums=('34a561fd82940782d509f51226e72935f2b6be890ec16ad7ad2832036d8e28c0' '36ffd9dc085d529a7e60e1276d73ae5a030b020313e6c5408593a6ae2af39673') package() { install -Dm444 "${srcdir}/${pkgname}-${pkgver}.otf" "${pkgdir}/usr/share/fonts/OTF/${pkgname}.otf" install -Dm644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }