diff --git a/srcpkgs/font-sourcecodepro/template b/srcpkgs/font-sourcecodepro/template index 03980759ca9..b359d10ef0b 100644 --- a/srcpkgs/font-sourcecodepro/template +++ b/srcpkgs/font-sourcecodepro/template @@ -11,7 +11,7 @@ short_desc="Monospaced font family for user interface and coding environments" maintainer="Mattias Giese " homepage="http://adobe-fonts.github.io/source-code-pro/" license="SIL Open Font License 1.1" -distfiles="https://github.com/adobe-fonts/source-code-pro/archive/1.017R.zip" +distfiles="https://github.com/adobe-fonts/source-code-pro/archive/${version}.zip" checksum=6753300ddc8f7c1e40bb64e3b0842ba0abcafa3cb92889d7c7a1ba2c8b0dfa82 do_install() { @@ -19,4 +19,5 @@ do_install() { vmkdir usr/share/fonts/OTF install -m644 ${wrksrc}/TTF/*.ttf ${DESTDIR}/usr/share/fonts/TTF install -m644 ${wrksrc}/OTF/*.otf ${DESTDIR}/usr/share/fonts/OTF + vlicense ${wrksrc}/LICENSE.txt SIL_Open_Font_License_1.1 }