void-packages/srcpkgs/font-weather-icons/template

20 lines
583 B
Bash
Raw Normal View History

2019-04-24 03:36:25 +00:00
# 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 <dieggsy@pm.me>"
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
}