diff --git a/srcpkgs/font-ionicons-ttf/template b/srcpkgs/font-ionicons-ttf/template new file mode 100644 index 00000000000..e6383666f3b --- /dev/null +++ b/srcpkgs/font-ionicons-ttf/template @@ -0,0 +1,20 @@ +# Template file for 'font-ionicons-ttf' +pkgname=font-ionicons-ttf +version=4.5.5 +revision=1 +archs=noarch +wrksrc="ionicons-$version" +depends="font-util" +short_desc="Icon font from the Ionic Framework" +maintainer="Daniel Eyßer " +license="MIT" +homepage="https://ionicons.com/" +distfiles="https://github.com/ionic-team/ionicons/archive/v${version}.tar.gz" +checksum=6896dbee5d22920383c7d22d87cff2a99d2eeea729a53bb62c83e667c6b8c72a + +font_dirs="/usr/share/fonts/TTF" + +do_install() { + vinstall docs/fonts/ionicons.ttf 644 usr/share/fonts/TTF + vlicense LICENSE +}