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

recipes/gui/noto-fonts/PAGBUILD.yaml main

29 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829
pkgname: 'noto-fonts'
pkgver: '2026.08.01'
pkgrel: '1'
pkgdesc: 'Google Noto TTF fonts'
url: 'https://github.com/notofonts/notofonts.github.io'
arch: x86_64
license:
- 'Apache 2.0'

depends: []
makedepends:
- git
- 'xorg-fontconfig'

source:
- 'https://github.com/notofonts/notofonts.github.io.git'

sha256sums:
- SKIP

build: |
  cd noto-fonts-${pkgver}

  mkdir -p ${PKGDIR}/usr/share/fonts/noto
  install -Dm644 fonts/*/unhinted/ttf/Noto*.tt[fc] -t ${PKGDIR}/usr/share/fonts/noto
  install -m644 fonts/*/hinted/ttf/Noto*.tt[fc] -t ${PKGDIR}/usr/share/fonts/noto

package: |
  true