mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 22:06:36 -06:00
These are released under SIL Open Font License. Included in this commit: Source Code Pro version 1.017, Source Sans Pro version 1.050.
13 lines
809 B
Ruby
13 lines
809 B
Ruby
class FontSourceCodePro < Cask
|
|
url 'http://downloads.sourceforge.net/sourceforge/sourcecodepro.adobe/SourceCodePro_FontsOnly-1.017.zip'
|
|
homepage 'http://store1.adobe.com/cfusion/store/html/index.cfm?store=OLS-US&event=displayFontPackage&code=1960'
|
|
version '1.017'
|
|
sha1 'c0e3f6f8e25b434c0e28a817539632f8a5ecb9e5'
|
|
font 'SourceCodePro_FontsOnly-1.017/OTF/SourceCodePro-Black.otf',
|
|
'SourceCodePro_FontsOnly-1.017/OTF/SourceCodePro-Bold.otf',
|
|
'SourceCodePro_FontsOnly-1.017/OTF/SourceCodePro-ExtraLight.otf',
|
|
'SourceCodePro_FontsOnly-1.017/OTF/SourceCodePro-Light.otf',
|
|
'SourceCodePro_FontsOnly-1.017/OTF/SourceCodePro-Medium.otf',
|
|
'SourceCodePro_FontsOnly-1.017/OTF/SourceCodePro-Regular.otf',
|
|
'SourceCodePro_FontsOnly-1.017/OTF/SourceCodePro-Semibold.otf'
|
|
end
|