Add twemoji-color-font-ttf 1.4, color emoji font using Twitter Unicode
10. PR: 230688 (based on)
This commit is contained in:
parent
f167bb03c2
commit
7410b076ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482328
@ -189,6 +189,7 @@
|
||||
SUBDIR += tlwg-ttf
|
||||
SUBDIR += tmu
|
||||
SUBDIR += tv-fonts
|
||||
SUBDIR += twemoji-color-font-ttf
|
||||
SUBDIR += ubuntu-font
|
||||
SUBDIR += urwfonts
|
||||
SUBDIR += urwfonts-ttf
|
||||
|
29
x11-fonts/twemoji-color-font-ttf/Makefile
Normal file
29
x11-fonts/twemoji-color-font-ttf/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= twemoji-color-font-ttf
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= https://github.com/eosrei/twemoji-color-font/releases/download/v${PORTVERSION}/
|
||||
DISTNAME= TwitterColorEmoji-SVGinOT-Linux-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Color emoji font using Twitter Unicode 10
|
||||
|
||||
LICENSE= CC-BY-4.0 MIT
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE_CC-BY-4.0+= ${WRKSRC}/LICENSE-CC-BY.txt
|
||||
LICENSE_FILE_MIT+= ${WRKSRC}/LICENSE-MIT.txt
|
||||
|
||||
USES= fonts
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= ${FONTSDIR}/TwitterColorEmoji-SVGinOT.ttf
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${FONTSDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-fonts/twemoji-color-font-ttf/distinfo
Normal file
3
x11-fonts/twemoji-color-font-ttf/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1539765716
|
||||
SHA256 (TwitterColorEmoji-SVGinOT-Linux-1.4.tar.gz) = 8f982e09a163372d85e653c8fe7b074c0267b0cc38f73f5c3bff6a6f1aa4c1dc
|
||||
SIZE (TwitterColorEmoji-SVGinOT-Linux-1.4.tar.gz) = 4428872
|
4
x11-fonts/twemoji-color-font-ttf/pkg-descr
Normal file
4
x11-fonts/twemoji-color-font-ttf/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
A color and B&W emoji SVGinOT font built from the Twitter "Emoji for Everyone"
|
||||
artwork with support for ZWJ, skin tone diversity and country flags.
|
||||
|
||||
WWW: https://github.com/eosrei/twemoji-color-font
|
Loading…
Reference in New Issue
Block a user