summaryrefslogtreecommitdiff
path: root/homebrew/cbmbasic
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/cbmbasic')
-rw-r--r--homebrew/cbmbasic/.beer17
-rw-r--r--homebrew/cbmbasic/.make.sh-auto3
-rw-r--r--homebrew/cbmbasic/_metadata/description1
-rw-r--r--homebrew/cbmbasic/_metadata/homepage1
-rw-r--r--homebrew/cbmbasic/_metadata/name1
-rw-r--r--homebrew/cbmbasic/_metadata/version1
-rwxr-xr-xhomebrew/cbmbasic/download.sh1
7 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/cbmbasic/.beer b/homebrew/cbmbasic/.beer
new file mode 100644
index 000000000..ff4956361
--- /dev/null
+++ b/homebrew/cbmbasic/.beer
@@ -0,0 +1,17 @@
+{
+ "name": "Cbmbasic",
+ "description": "Commodore BASIC V2 as a scripting language",
+ "url": "https://downloads.sourceforge.net/project/cbmbasic/cbmbasic/1.0/cbmbasic-1.0.tgz",
+ "mirror": null,
+ "homepage": "https://github.com/mist64/cbmbasic",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"make\", \"CFLAGS=#{ENV.cflags}\", \"LDFLAGS=#{ENV.ldflags}\"",
+ "bin.install \"cbmbasic\""
+ ],
+ "version": "1.0",
+ "file": "cbmbasic.rb"
+} \ No newline at end of file
diff --git a/homebrew/cbmbasic/.make.sh-auto b/homebrew/cbmbasic/.make.sh-auto
new file mode 100644
index 000000000..c9b26fe5a
--- /dev/null
+++ b/homebrew/cbmbasic/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
+bin.install "cbmbasic"
diff --git a/homebrew/cbmbasic/_metadata/description b/homebrew/cbmbasic/_metadata/description
new file mode 100644
index 000000000..58610039a
--- /dev/null
+++ b/homebrew/cbmbasic/_metadata/description
@@ -0,0 +1 @@
+Commodore BASIC V2 as a scripting language
diff --git a/homebrew/cbmbasic/_metadata/homepage b/homebrew/cbmbasic/_metadata/homepage
new file mode 100644
index 000000000..4c3e8602f
--- /dev/null
+++ b/homebrew/cbmbasic/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/mist64/cbmbasic
diff --git a/homebrew/cbmbasic/_metadata/name b/homebrew/cbmbasic/_metadata/name
new file mode 100644
index 000000000..2dd620ab0
--- /dev/null
+++ b/homebrew/cbmbasic/_metadata/name
@@ -0,0 +1 @@
+Cbmbasic
diff --git a/homebrew/cbmbasic/_metadata/version b/homebrew/cbmbasic/_metadata/version
new file mode 100644
index 000000000..d3827e75a
--- /dev/null
+++ b/homebrew/cbmbasic/_metadata/version
@@ -0,0 +1 @@
+1.0
diff --git a/homebrew/cbmbasic/download.sh b/homebrew/cbmbasic/download.sh
new file mode 100755
index 000000000..2416cbcee
--- /dev/null
+++ b/homebrew/cbmbasic/download.sh
@@ -0,0 +1 @@
+wget https://downloads.sourceforge.net/project/cbmbasic/cbmbasic/1.0/cbmbasic-1.0.tgz \ No newline at end of file