mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
12 lines
245 B
Ruby
12 lines
245 B
Ruby
cask :v1 => 'idris' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://www.idris-lang.org/pkgs/idris-current.pkg'
|
|
homepage 'http://www.idris-lang.org'
|
|
license :bsd
|
|
|
|
pkg 'idris-current.pkg'
|
|
|
|
uninstall :pkgutil => 'org.idris-lang'
|
|
end
|