21 lines
578 B
Bash
21 lines
578 B
Bash
# Template file for 'font-ionicons-ttf'
|
|
pkgname=font-ionicons-ttf
|
|
version=5.0.0
|
|
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/${version}.tar.gz"
|
|
checksum=8a92b14554cecb043d371351590b66d8f848655c1ad9187ca0458e2017601572
|
|
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
do_install() {
|
|
vinstall docs/fonts/ionicons.ttf 644 usr/share/fonts/TTF
|
|
vlicense LICENSE
|
|
}
|