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

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

21 linii Raw ← Powrót
123456789101112131415161718192021
pkgname: noto-fonts-emoji
pkgver: '2020-09-16-unicode13_1'
pkgrel: 1
pkgdesc: Noto Emoji fonts
url: 'https://github.com/googlefonts/noto-emoji'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://github.com/googlefonts/noto-emoji/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  cd noto-emoji-${pkgver}

  mkdir -p ${PKGDIR}/usr/share/fonts/noto

  install -m644 fonts/NotoColorEmoji.ttf ${PKGDIR}/usr/share/fonts/noto
  install -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/noto-emoji/LICENSE
package: |
  true