20 lines
663 B
Bash
20 lines
663 B
Bash
# Template file for 'noto-fonts-emoji'
|
|
pkgname=noto-fonts-emoji
|
|
version=20200722
|
|
revision=2
|
|
_githash=d5e261484286d33a1fe8a02676f5907ecc02106f
|
|
wrksrc="noto-emoji-${_githash}"
|
|
depends="font-util"
|
|
short_desc="Google Noto Emoji Fonts"
|
|
maintainer="Peter Bui <pnutzh4x0r@gmail.com>"
|
|
license="OFL-1.1"
|
|
homepage="https://www.google.com/get/noto/"
|
|
distfiles="https://codeload.github.com/googlefonts/noto-emoji/tar.gz/${_githash}>${pkgname}-${version}.tar.gz"
|
|
checksum=351a0a77b20262a4272fe19af3380be3fa81694e7f4d1f387750f7ff3040d86b
|
|
font_dirs="/usr/share/fonts/noto"
|
|
|
|
do_install() {
|
|
install -Dm644 fonts/Noto* -t ${DESTDIR}/usr/share/fonts/noto
|
|
vlicense fonts/LICENSE
|
|
}
|