diff options
author | tm <tm@pkgsrc.org> | 2018-12-10 20:19:07 +0000 |
---|---|---|
committer | tm <tm@pkgsrc.org> | 2018-12-10 20:19:07 +0000 |
commit | d63028143e9795298c21950d48754296601d7910 (patch) | |
tree | a8c2ba6a807d0757d80d9006cc64cd95600d2f4b /fonts | |
parent | b7e22c7d3a6b9f6b25c71f211dafc4be4947388b (diff) | |
download | pkgsrc-d63028143e9795298c21950d48754296601d7910.tar.gz |
awesome-otf: add version 5.5.0
Font Awesome gives you scalable vector icons that can instantly be customized -
size, color, drop shadow, and anything that can be done with the power of CSS.
Font Awesome by Dave Gandy - http://fontawesome.io
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/awesome-otf/DESCR | 4 | ||||
-rw-r--r-- | fonts/awesome-otf/Makefile | 27 | ||||
-rw-r--r-- | fonts/awesome-otf/PLIST | 4 | ||||
-rw-r--r-- | fonts/awesome-otf/distinfo | 6 |
4 files changed, 41 insertions, 0 deletions
diff --git a/fonts/awesome-otf/DESCR b/fonts/awesome-otf/DESCR new file mode 100644 index 00000000000..ec36f7f06e3 --- /dev/null +++ b/fonts/awesome-otf/DESCR @@ -0,0 +1,4 @@ +Font Awesome gives you scalable vector icons that can instantly be customized - +size, color, drop shadow, and anything that can be done with the power of CSS. + +Font Awesome by Dave Gandy - http://fontawesome.io diff --git a/fonts/awesome-otf/Makefile b/fonts/awesome-otf/Makefile new file mode 100644 index 00000000000..e3009fe570d --- /dev/null +++ b/fonts/awesome-otf/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1 2018/12/10 20:19:07 tm Exp $ +# + +VERSION= 5.5.0 +DISTNAME= fontawesome-free-${VERSION}-desktop +PKGNAME= awesome-otf-${VERSION} +CATEGORIES= fonts +MASTER_SITES= https://use.fontawesome.com/releases/v${VERSION}/ +EXTRACT_SUFX= .zip + +MAINTAINER= tm@core.io +HOMEPAGE= https://fontawesome.com/ +COMMENT= The iconic font and CSS toolkit +LICENSE= ofl-v1.1 + +USE_LANGUAGES= # none +NO_CONFIGURE= yes +NO_BUILD= yes + +FONTS_DIRS.ttf= share/fonts/X11/OTF + +INSTALLATION_DIRS= ${FONTS_DIRS.ttf} + +do-install: + ${INSTALL_DATA} ${WRKSRC}/otfs/*.otf ${DESTDIR}${PREFIX}/${FONTS_DIRS.ttf} + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/awesome-otf/PLIST b/fonts/awesome-otf/PLIST new file mode 100644 index 00000000000..d92064de218 --- /dev/null +++ b/fonts/awesome-otf/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2018/12/10 20:19:07 tm Exp $ +share/fonts/X11/OTF/Font Awesome 5 Brands-Regular-400.otf +share/fonts/X11/OTF/Font Awesome 5 Free-Regular-400.otf +share/fonts/X11/OTF/Font Awesome 5 Free-Solid-900.otf diff --git a/fonts/awesome-otf/distinfo b/fonts/awesome-otf/distinfo new file mode 100644 index 00000000000..888a52e4199 --- /dev/null +++ b/fonts/awesome-otf/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/12/10 20:19:07 tm Exp $ + +SHA1 (fontawesome-free-5.5.0-desktop.zip) = 7822db5f5e73ee4cd2c1414334921b3866453ca5 +RMD160 (fontawesome-free-5.5.0-desktop.zip) = 05fe9e92e44b95231480e96289abc8a6c1c02085 +SHA512 (fontawesome-free-5.5.0-desktop.zip) = 5bb0f7083881b26b83803de16fb576826e047051767e4cf9e5011002538cb1b7bbf4f8682ae79ee834ed64064d77aae8c416af4308160bb4324425f9dc58f730 +Size (fontawesome-free-5.5.0-desktop.zip) = 5677776 bytes |