Skip to content

Commit

Permalink
Create new cask for academicons (version 1.8.6) (#1820)
Browse files Browse the repository at this point in the history
Academicons is a specialist icon font for academics. It contains icons for websites and organisations related to academia that are often missing from mainstream font packages. It can be used by itself, but its primary purpose is to be used as a supplementary package alongside a larger icon set.
Source: https://jpswalsh.github.io/academicons/
  • Loading branch information
khuguenin authored and vitorgalvao committed Apr 3, 2019
1 parent 6ca207e commit 192ee27
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Casks/font-academicons.rb
@@ -0,0 +1,11 @@
cask 'font-academicons' do
version '1.8.6'
sha256 '777e4c42031f0c8ecb0f228285955bd7516b6f1b82497ffa77434e616529b7df'

url "https://github.com/jpswalsh/academicons/archive/v#{version}.zip"
appcast 'https://github.com/jpswalsh/academicons/releases.atom'
name 'Academicons'
homepage 'https://github.com/jpswalsh/academicons'

font "academicons-#{version}/fonts/academicons.ttf"
end

0 comments on commit 192ee27

Please sign in to comment.