Add logisim
This commit is contained in:
parent
99e10f5bf1
commit
8554f6e7b0
24
TODO.md
24
TODO.md
|
@ -1,26 +1,3 @@
|
|||
# Done
|
||||
|
||||
- 7-zip
|
||||
- Audacity
|
||||
- Blender
|
||||
- Chrome
|
||||
- Emacs
|
||||
- Gimp
|
||||
- GIT
|
||||
- GIT-Extensions
|
||||
- Inkscape
|
||||
- Mozilla Firefox
|
||||
- Notepad++
|
||||
- OpenJDK
|
||||
- Orange
|
||||
- Pelles C for Windows
|
||||
- Python (latest)
|
||||
- RStudio
|
||||
- SWI-Prolog
|
||||
- Thonny
|
||||
- VirtualBox
|
||||
- Wireshark
|
||||
|
||||
# To do
|
||||
|
||||
- Haskell
|
||||
|
@ -70,7 +47,6 @@
|
|||
- Scilab
|
||||
- Racket
|
||||
- Standard ML of New Jersey
|
||||
- R for Windows
|
||||
- PyQt for Python
|
||||
- Oracle VM VirtualBox
|
||||
- Octave
|
||||
|
|
9
roles/classroom/tasks/logisim.yml
Normal file
9
roles/classroom/tasks/logisim.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
# chocolatey package is broken
|
||||
- name: Set Logisim version
|
||||
set_fact:
|
||||
target_version: "3.7.2"
|
||||
|
||||
- name: Install Logisim
|
||||
win_package:
|
||||
path: https://github.com/logisim-evolution/logisim-evolution/releases/download/v{{ target_version }}/logisim-evolution-{{ target_version }}.msi
|
||||
product_id: b30fa00c-da3f-3769-aaea-6571cacf5c30
|
|
@ -4,6 +4,7 @@
|
|||
- import_tasks: chrome.yml
|
||||
- import_tasks: emacs.yml
|
||||
- import_tasks: inkscape.yml
|
||||
- import_tasks: logisim.yml
|
||||
- import_tasks: firefox.yml
|
||||
- import_tasks: gimp.yml
|
||||
- import_tasks: git.yml
|
||||
|
|
Loading…
Reference in a new issue