19 lines
639 B
Bash
19 lines
639 B
Bash
# Template file for 'font-emoji-one-color'
|
|
pkgname=font-emoji-one-color
|
|
version=1.4
|
|
revision=1
|
|
depends="font-util"
|
|
short_desc="Emoji One color font"
|
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/13rac1/emojione-color-font"
|
|
#changelog=""
|
|
distfiles="https://github.com/13rac1/emojione-color-font/releases/download/v${version}/EmojiOneColor-SVGinOT-${version}.zip"
|
|
checksum=b8b104139b50e74ebdfe6c2d556076d6a6cb432d226250da855d0ff7791569ec
|
|
font_dirs="/usr/share/fonts/TTF/emoji"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/TTF/emoji
|
|
vcopy "*.ttf" usr/share/fonts/TTF/emoji
|
|
}
|