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

19 lines
531 B
Bash

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