void-packages/srcpkgs/font-ionicons-ttf/template
Daniel Eyßer ffe8810436 font-ionicons-ttf: update to 5.2.3.
Closes: #25721 [via git-merge-pr]
2020-10-20 13:16:43 -04:00

20 lines
566 B
Bash

# Template file for 'font-ionicons-ttf'
pkgname=font-ionicons-ttf
version=5.2.3
revision=1
wrksrc="ionicons-$version"
depends="font-util"
short_desc="Icon font from the Ionic Framework"
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
license="MIT"
homepage="https://ionicons.com/"
distfiles="https://github.com/ionic-team/ionicons/archive/v${version}.tar.gz"
checksum=432a06fe7f79f165fea84bd069a1572f2c7ce66e255bd7494130ace7e202cb3c
font_dirs="/usr/share/fonts/TTF"
do_install() {
vinstall docs/fonts/ionicons.ttf 644 usr/share/fonts/TTF
vlicense LICENSE
}