name=font-awesome version=6.7.2 release=1 source="https://github.com/FortAwesome/Font-Awesome/archive/${version}/Font-Awesome-${version}.tar.gz" build() { install -d $PKG/usr/share/fonts/TTF install -d $PKG/usr/share/fonts/OTF install -m644 ./webfonts/*.ttf $PKG/usr/share/fonts/TTF install -m644 ./otfs/*.otf $PKG/usr/share/fonts/OTF }