Skip to content

Commit

Permalink
cleaned project and added deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
ailtonbsj committed Apr 26, 2019
1 parent a00d651 commit fbb4ec5
Show file tree
Hide file tree
Showing 1,345 changed files with 63,412 additions and 78,884 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.deb
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# SimulIDE for Bionic Beaver

> This is a fork from Project create by Arcachofo. It is available in:
> [http://simulide.blogspot.com](http://simulide.blogspot.com)
This fork provides a release for debian package to Ubuntu 18.04 LTS.

SimulIDE is a Real Time Electronic Circuit Simulator. With PIC, AVR and Arduino simulation.

Versão: 0.3.10

[Baixe o pacote Debian aqui!]()
154 changes: 0 additions & 154 deletions SimulIDE.pro

This file was deleted.

11 changes: 0 additions & 11 deletions build_L32/SimulIDE_L32.pro

This file was deleted.

28 changes: 0 additions & 28 deletions build_L32/build_Lin32.sh

This file was deleted.

9 changes: 0 additions & 9 deletions build_L64/SimulIDE_L64.pro

This file was deleted.

28 changes: 0 additions & 28 deletions build_L64/build_Lin64.sh

This file was deleted.

12 changes: 0 additions & 12 deletions build_W32/SimulIDE_W32.pro

This file was deleted.

28 changes: 0 additions & 28 deletions build_W32/build_Win32.sh

This file was deleted.

47 changes: 0 additions & 47 deletions build_W32/copydlls.sh

This file was deleted.

3 changes: 3 additions & 0 deletions compile.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

dpkg-deb -b deb_package .
14 changes: 14 additions & 0 deletions deb_package/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Package: simulide-bionic
Version: 0.3.10
Installed-Size: 14092
Maintainer: Arcachofo <simulide.blogspot.com>
Section: science
Architecture: all
Priority: optional
Conflicts: simulide
Depends: libqt5serialport5, libqt5script5, libqt5multimedia5
Homepage: https://simulide.blogspot.com
Description: Real Time Electronic Circuit Simulator.
Include PIC, AVR and Arduino simulation. Code Editor & Debugger for Arduino, GcBasic, PIC asm, AVR asm.
.
Features: Analog and Digital components. Microcontrollers. Editor / Debugger. Subcircuits. Oscilloscope. Signal Plotter. Serial Port Connection. Serial Monitor.
Loading

0 comments on commit fbb4ec5

Please sign in to comment.