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