arduino/arduino-1.0-etc.patch
2024-01-05 20:32:10 +01:00

34 lines
1006 B
Diff

diff --git a/build/linux/arduino.1 b/build/linux/arduino.1
new file mode 100644
index 0000000..129daad
--- /dev/null
+++ b/build/linux/arduino.1
@@ -0,0 +1,13 @@
+.TH ARDUINO 1 "30 September 2010"
+.SH NAME
+arduino \- An IDE for Arduino-compatible electronics prototyping platforms
+.SH SYNOPSIS
+arduino
+.SH DESCRIPTION
+The Arduino development environment consists of a text editor, example
+code, and tools for compiling and uploading code to Arduino and
+compatible microcontroller boards.
+.SH SEE ALSO
+/usr/share/arduino/reference/index.html, http://arduino.cc/
+.SH AUTHOR
+Peter Oliver <arduino@mavit.org.uk>
diff --git a/build/linux/arduino.desktop b/build/linux/arduino.desktop
new file mode 100644
index 0000000..45ceaf9
--- /dev/null
+++ b/build/linux/arduino.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Name=Arduino
+Comment=An IDE for Arduino-compatible electronics prototyping platforms
+Exec=arduino
+Icon=arduino
+Terminal=false
+Categories=Development;IDE;Electronics;