21 lines
686 B
Bash
21 lines
686 B
Bash
# Template file for 'noto-fonts-emoji'
|
|
pkgname=noto-fonts-emoji
|
|
reverts="20200916_1 20200722_2 20200722_1 20191016_1 20180810_2 20180810_1
|
|
20180301_1 20170311_1 20161020_1"
|
|
version=2.034
|
|
revision=1
|
|
wrksrc=noto-emoji-${version}
|
|
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://github.com/googlefonts/noto-emoji/archive/v${version}.tar.gz"
|
|
checksum=a5af92ba8e297e447562d7bdb11453fa40be6d88655e4a647976f0c9be4245ab
|
|
font_dirs="/usr/share/fonts/noto"
|
|
|
|
do_install() {
|
|
install -Dm644 fonts/Noto* -t ${DESTDIR}/usr/share/fonts/noto
|
|
vlicense fonts/LICENSE
|
|
}
|