🔒 Repository is read-only – file editing is disabled.

recipes/gui/ttf-mplus/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: 'ttf-mplus'
pkgver: 'TESTFLIGHT-063'
pkgrel: '1'
pkgdesc: 'M+ Japanese outline fonts'
url: 'https://mplus-fonts.osdn.jp/mplus-outline-fonts/index-en.html'
arch: x86_64
depends:
- 'xorg-mkfontscale'

makedepends:
- 'xorg-fontconfig'
- 'xorg-mkfontscale'

source:
- 'http://jaist.dl.osdn.jp/mplus-fonts/62344/mplus-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ./mplus-${pkgver}

  install -d ${PKGDIR}/usr/share/fonts/TTF
  install -m644 *.ttf ${PKGDIR}/usr/share/fonts/TTF/

  install -D -m644 LICENSE_E \
          ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING

package: |
  true