blob: 74f9a5363014dc92f26c73958daed684adf273fc (
plain)
1 # Description: Noto emoji font
2 # URL: https://www.google.com/get/noto/
3 # Maintainer: Tim Biermann, tbier at posteo dot de
4
5 name=ttf-noto-emoji
6 version=2.034
7 release=1
8 source=(https://github.com/googlefonts/noto-emoji/archive/v$version/$name-$version.tar.gz)
9
10 build() {
11 mkdir -p $PKG/usr/share/fonts/noto
12 install -m644 noto-emoji-$version/fonts/NotoColorEmoji.ttf $PKG/usr/share/fonts/noto
13 }
|