summaryrefslogtreecommitdiff
path: root/homebrew/lpc21isp
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/lpc21isp')
-rw-r--r--homebrew/lpc21isp/.beer17
-rw-r--r--homebrew/lpc21isp/.make.sh-auto3
-rw-r--r--homebrew/lpc21isp/_metadata/description1
-rw-r--r--homebrew/lpc21isp/_metadata/homepage1
-rw-r--r--homebrew/lpc21isp/_metadata/name1
-rw-r--r--homebrew/lpc21isp/_metadata/version1
-rwxr-xr-xhomebrew/lpc21isp/download.sh1
7 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/lpc21isp/.beer b/homebrew/lpc21isp/.beer
new file mode 100644
index 000000000..e049fe75a
--- /dev/null
+++ b/homebrew/lpc21isp/.beer
@@ -0,0 +1,17 @@
+{
+ "name": "Lpc21isp",
+ "description": "In-circuit programming (ISP) tool for several NXP microcontrollers",
+ "url": "https://downloads.sourceforge.net/project/lpc21isp/lpc21isp/1.97/lpc21isp_197.tar.gz",
+ "mirror": null,
+ "homepage": "https://lpc21isp.sourceforge.io/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"make\"",
+ "bin.install [\"lpc21isp\"]"
+ ],
+ "version": "197",
+ "file": "lpc21isp.rb"
+} \ No newline at end of file
diff --git a/homebrew/lpc21isp/.make.sh-auto b/homebrew/lpc21isp/.make.sh-auto
new file mode 100644
index 000000000..6640dd21f
--- /dev/null
+++ b/homebrew/lpc21isp/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+make
+bin.install ["lpc21isp"]
diff --git a/homebrew/lpc21isp/_metadata/description b/homebrew/lpc21isp/_metadata/description
new file mode 100644
index 000000000..9ce96176f
--- /dev/null
+++ b/homebrew/lpc21isp/_metadata/description
@@ -0,0 +1 @@
+In-circuit programming (ISP) tool for several NXP microcontrollers
diff --git a/homebrew/lpc21isp/_metadata/homepage b/homebrew/lpc21isp/_metadata/homepage
new file mode 100644
index 000000000..47017038e
--- /dev/null
+++ b/homebrew/lpc21isp/_metadata/homepage
@@ -0,0 +1 @@
+https://lpc21isp.sourceforge.io/
diff --git a/homebrew/lpc21isp/_metadata/name b/homebrew/lpc21isp/_metadata/name
new file mode 100644
index 000000000..e6c913865
--- /dev/null
+++ b/homebrew/lpc21isp/_metadata/name
@@ -0,0 +1 @@
+Lpc21isp
diff --git a/homebrew/lpc21isp/_metadata/version b/homebrew/lpc21isp/_metadata/version
new file mode 100644
index 000000000..538165229
--- /dev/null
+++ b/homebrew/lpc21isp/_metadata/version
@@ -0,0 +1 @@
+197
diff --git a/homebrew/lpc21isp/download.sh b/homebrew/lpc21isp/download.sh
new file mode 100755
index 000000000..5f9bb09dc
--- /dev/null
+++ b/homebrew/lpc21isp/download.sh
@@ -0,0 +1 @@
+wget https://downloads.sourceforge.net/project/lpc21isp/lpc21isp/1.97/lpc21isp_197.tar.gz \ No newline at end of file