summaryrefslogtreecommitdiff
path: root/homebrew/buildapp
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/buildapp')
-rw-r--r--homebrew/buildapp/.beer22
-rw-r--r--homebrew/buildapp/.make.sh-auto3
-rw-r--r--homebrew/buildapp/_metadata/description1
-rw-r--r--homebrew/buildapp/_metadata/homepage1
-rw-r--r--homebrew/buildapp/_metadata/name1
-rw-r--r--homebrew/buildapp/_metadata/version1
-rwxr-xr-xhomebrew/buildapp/download.sh1
7 files changed, 30 insertions, 0 deletions
diff --git a/homebrew/buildapp/.beer b/homebrew/buildapp/.beer
new file mode 100644
index 000000000..0683b1b9f
--- /dev/null
+++ b/homebrew/buildapp/.beer
@@ -0,0 +1,22 @@
+{
+ "name": "Buildapp",
+ "description": "Creates executables with SBCL",
+ "url": "https://github.com/xach/buildapp/archive/release-1.5.6.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.xach.com/lisp/buildapp/",
+ "depends": [
+ {
+ "depend": "sbcl",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "bin.mkpath",
+ "system \"make\", \"install\", \"DESTDIR=#{prefix}\""
+ ],
+ "version": "1.5.6",
+ "file": "buildapp.rb"
+} \ No newline at end of file
diff --git a/homebrew/buildapp/.make.sh-auto b/homebrew/buildapp/.make.sh-auto
new file mode 100644
index 000000000..b0295d32e
--- /dev/null
+++ b/homebrew/buildapp/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+bin.mkpath
+make DESTDIR=${PKG_DEST} install DESTDIR=${PKG_TAPF}
diff --git a/homebrew/buildapp/_metadata/description b/homebrew/buildapp/_metadata/description
new file mode 100644
index 000000000..09d433239
--- /dev/null
+++ b/homebrew/buildapp/_metadata/description
@@ -0,0 +1 @@
+Creates executables with SBCL
diff --git a/homebrew/buildapp/_metadata/homepage b/homebrew/buildapp/_metadata/homepage
new file mode 100644
index 000000000..341916a19
--- /dev/null
+++ b/homebrew/buildapp/_metadata/homepage
@@ -0,0 +1 @@
+https://www.xach.com/lisp/buildapp/
diff --git a/homebrew/buildapp/_metadata/name b/homebrew/buildapp/_metadata/name
new file mode 100644
index 000000000..29d42f56f
--- /dev/null
+++ b/homebrew/buildapp/_metadata/name
@@ -0,0 +1 @@
+Buildapp
diff --git a/homebrew/buildapp/_metadata/version b/homebrew/buildapp/_metadata/version
new file mode 100644
index 000000000..eac1e0ada
--- /dev/null
+++ b/homebrew/buildapp/_metadata/version
@@ -0,0 +1 @@
+1.5.6
diff --git a/homebrew/buildapp/download.sh b/homebrew/buildapp/download.sh
new file mode 100755
index 000000000..52ff9d2c0
--- /dev/null
+++ b/homebrew/buildapp/download.sh
@@ -0,0 +1 @@
+wget https://github.com/xach/buildapp/archive/release-1.5.6.tar.gz \ No newline at end of file