void-packages/srcpkgs/font-ionicons-ttf/template
2021-03-22 19:13:37 -03:00

20 lines
560 B
Bash

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