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

21 lines
579 B
Bash
Raw Normal View History

2019-04-07 01:33:33 +00:00
# Template file for 'font-ionicons-ttf'
pkgname=font-ionicons-ttf
2019-04-10 21:45:38 +00:00
version=4.5.6
2019-04-07 01:33:33 +00:00
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"
2019-04-10 21:45:38 +00:00
checksum=435e96b0e953d00a3bef103acadc15e7c4db2dcb5c0cd26b6fe7de2f1bacbcd2
2019-04-07 01:33:33 +00:00
font_dirs="/usr/share/fonts/TTF"
do_install() {
vinstall docs/fonts/ionicons.ttf 644 usr/share/fonts/TTF
vlicense LICENSE
}