void-packages/srcpkgs/twemoji/template

21 lines
727 B
Bash

# Template file for 'twemoji'
pkgname=twemoji
version=15.1.0
revision=1
depends="font-util"
short_desc="Twitter emoji font set in color and b&w"
maintainer="icp <pangolin@vivaldi.net>"
license="CC-BY-SA-4.0, MIT"
homepage="https://github.com/13rac1/twemoji-color-font"
distfiles="https://github.com/13rac1/twemoji-color-font/releases/download/v${version}/TwitterColorEmoji-SVGinOT-Linux-${version}.tar.gz"
checksum=c8a5302ee4e4c2188ce785edd84c50c616a07f6e99fe1b91aecba4e1db341295
font_dirs="/usr/share/fonts/twemoji"
do_install() {
vlicense LICENSE-MIT.txt
vlicense LICENSE-CC-BY.txt
vmkdir etc/fonts/conf.d/
install -Dm644 TwitterColorEmoji-SVGinOT.ttf ${DESTDIR}/usr/share/fonts/twemoji/TwitterColorEmoji-SVGinOT.ttf
}