abuild (344B)
1 name=font-awesome 2 version=6.7.2 3 release=1 4 source="https://github.com/FortAwesome/Font-Awesome/archive/${version}/Font-Awesome-${version}.tar.gz" 5 6 build() { 7 install -d $PKG/usr/share/fonts/TTF 8 install -d $PKG/usr/share/fonts/OTF 9 10 install -m644 ./webfonts/*.ttf $PKG/usr/share/fonts/TTF 11 install -m644 ./otfs/*.otf $PKG/usr/share/fonts/OTF 12 } 13