summaryrefslogtreecommitdiff
path: root/homebrew/parrot
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/parrot')
-rw-r--r--homebrew/parrot/.beer36
-rw-r--r--homebrew/parrot/.make.sh-auto5
-rw-r--r--homebrew/parrot/_metadata/description1
-rw-r--r--homebrew/parrot/_metadata/homepage1
-rw-r--r--homebrew/parrot/_metadata/name1
-rw-r--r--homebrew/parrot/_metadata/version1
-rwxr-xr-xhomebrew/parrot/download.sh1
-rwxr-xr-xhomebrew/parrot/patches.sh2
8 files changed, 48 insertions, 0 deletions
diff --git a/homebrew/parrot/.beer b/homebrew/parrot/.beer
new file mode 100644
index 000000000..b6a635f0d
--- /dev/null
+++ b/homebrew/parrot/.beer
@@ -0,0 +1,36 @@
+{
+ "name": "Parrot",
+ "description": "Open source virtual machine (for Perl6, et al.)",
+ "url": "http://ftp.parrot.org/releases/supported/8.1.0/parrot-8.1.0.tar.bz2",
+ "mirror": null,
+ "homepage": "http://www.parrot.org/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [
+ {
+ "conflict": "rakudo-star",
+ "reason": null
+ }
+ ],
+ "patches": [
+ {
+ "url": "https://github.com/parrot/parrot/commit/7524bf5384ddebbb3ba06a040f8acf972aa0a3ba.diff?full_index=1",
+ "strip": "1"
+ },
+ {
+ "url": "https://github.com/parrot/parrot/commit/854aec65d6de8eaf5282995ab92100a2446f0cde.diff?full_index=1",
+ "strip": "1"
+ }
+ ],
+ "install": [
+ "system \"perl\", \"Configure.pl\", \"--prefix=#{prefix}\",",
+ "\"--mandir=#{man}\",",
+ "\"--debugging=0\",",
+ "\"--cc=#{ENV.cc}\"",
+ "system \"make\"",
+ "system \"make\", \"install\"",
+ "rm_rf lib/\"VERSION\""
+ ],
+ "version": "8.1.0",
+ "file": "parrot.rb"
+} \ No newline at end of file
diff --git a/homebrew/parrot/.make.sh-auto b/homebrew/parrot/.make.sh-auto
new file mode 100644
index 000000000..d5dd2426f
--- /dev/null
+++ b/homebrew/parrot/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+perl Configure.pl --prefix=${PKG_TAPF} --mandir=${PKG_TAPF}/share/man --debugging=0 --cc=${PKG_TARG}-clang
+make
+make DESTDIR=${PKG_DEST} install
+rm_rf lib/"VERSION"
diff --git a/homebrew/parrot/_metadata/description b/homebrew/parrot/_metadata/description
new file mode 100644
index 000000000..c5bf707dc
--- /dev/null
+++ b/homebrew/parrot/_metadata/description
@@ -0,0 +1 @@
+Open source virtual machine (for Perl6, et al.)
diff --git a/homebrew/parrot/_metadata/homepage b/homebrew/parrot/_metadata/homepage
new file mode 100644
index 000000000..d91a2bac7
--- /dev/null
+++ b/homebrew/parrot/_metadata/homepage
@@ -0,0 +1 @@
+http://www.parrot.org/
diff --git a/homebrew/parrot/_metadata/name b/homebrew/parrot/_metadata/name
new file mode 100644
index 000000000..f1cf0c864
--- /dev/null
+++ b/homebrew/parrot/_metadata/name
@@ -0,0 +1 @@
+Parrot
diff --git a/homebrew/parrot/_metadata/version b/homebrew/parrot/_metadata/version
new file mode 100644
index 000000000..8104cabd3
--- /dev/null
+++ b/homebrew/parrot/_metadata/version
@@ -0,0 +1 @@
+8.1.0
diff --git a/homebrew/parrot/download.sh b/homebrew/parrot/download.sh
new file mode 100755
index 000000000..9b347874b
--- /dev/null
+++ b/homebrew/parrot/download.sh
@@ -0,0 +1 @@
+wget http://ftp.parrot.org/releases/supported/8.1.0/parrot-8.1.0.tar.bz2 \ No newline at end of file
diff --git a/homebrew/parrot/patches.sh b/homebrew/parrot/patches.sh
new file mode 100755
index 000000000..523c03025
--- /dev/null
+++ b/homebrew/parrot/patches.sh
@@ -0,0 +1,2 @@
+wget https://github.com/parrot/parrot/commit/7524bf5384ddebbb3ba06a040f8acf972aa0a3ba.diff?full_index=1
+wget https://github.com/parrot/parrot/commit/854aec65d6de8eaf5282995ab92100a2446f0cde.diff?full_index=1