diff --git a/srcpkgs/font-weather-icons/template b/srcpkgs/font-weather-icons/template new file mode 100644 index 00000000000..02b461ad41d --- /dev/null +++ b/srcpkgs/font-weather-icons/template @@ -0,0 +1,19 @@ +# Template file for 'font-weather-icons' +pkgname=font-weather-icons +version=2.0.10 +revision=1 +archs=noarch +wrksrc="weather-icons-${version}" +depends="font-util" +short_desc="215 Weather Themed Icons" +maintainer="dieggsy " +license="OFL-1.1" +homepage="https://erikflowers.github.io/weather-icons" +distfiles="https://github.com/erikflowers/weather-icons/archive/${version}.tar.gz" +checksum=51fc93425a61754b34ce298158de28984ad5904e58d42bbfc225704edde20d02 +font_dirs="/usr/share/fonts/TTF" + +do_install() { + vmkdir usr/share/fonts/TTF + vcopy font/*.ttf usr/share/fonts/TTF +}