void-packages/srcpkgs/font-ionicons-ttf/template

21 lines
579 B
Bash

# Template file for 'font-ionicons-ttf'
pkgname=font-ionicons-ttf
version=4.6.2
revision=1
archs=noarch
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=fae86345ddeda1449ecb016010e473f5e036c2f8c0ac6514d141998f8934ea05
font_dirs="/usr/share/fonts/TTF"
do_install() {
vinstall docs/fonts/ionicons.ttf 644 usr/share/fonts/TTF
vlicense LICENSE
}