mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
New package: font-emoji-one-color-1.4
Split from libreoffice-fonts
This commit is contained in:
parent
6c713358de
commit
0f190b5646
1 changed files with 18 additions and 0 deletions
18
srcpkgs/font-emoji-one-color/template
Normal file
18
srcpkgs/font-emoji-one-color/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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
|
||||
}
|
Loading…
Add table
Reference in a new issue