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

19 lines
531 B
Bash

# Template file for 'font-ionicons-ttf'
pkgname=font-ionicons-ttf
version=7.1.0
revision=1
depends="font-util"
short_desc="Icon font from the Ionic Framework"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://ionicons.com/"
distfiles="https://github.com/ionic-team/ionicons/archive/v${version}.tar.gz"
checksum=18a4a32ae7726fe21e041914179d1c91d7f90b2cc66d9391ddef3cb8b3075e73
font_dirs="/usr/share/fonts/TTF"
do_install() {
vinstall docs/fonts/ionicons.ttf 644 usr/share/fonts/TTF
vlicense LICENSE
}