ffe8810436
Closes: #25721 [via git-merge-pr]
19 lines
566 B
Bash
19 lines
566 B
Bash
# Template file for 'font-ionicons-ttf'
|
|
pkgname=font-ionicons-ttf
|
|
version=5.2.3
|
|
revision=1
|
|
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=432a06fe7f79f165fea84bd069a1572f2c7ce66e255bd7494130ace7e202cb3c
|
|
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
do_install() {
|
|
vinstall docs/fonts/ionicons.ttf 644 usr/share/fonts/TTF
|
|
vlicense LICENSE
|
|
}
|