summaryrefslogtreecommitdiff
path: root/homebrew/editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/editorconfig')
-rw-r--r--homebrew/editorconfig/.beer26
-rw-r--r--homebrew/editorconfig/.make.sh-auto3
-rw-r--r--homebrew/editorconfig/_metadata/description1
-rw-r--r--homebrew/editorconfig/_metadata/homepage1
-rw-r--r--homebrew/editorconfig/_metadata/name1
-rw-r--r--homebrew/editorconfig/_metadata/version1
-rwxr-xr-xhomebrew/editorconfig/download.sh1
7 files changed, 34 insertions, 0 deletions
diff --git a/homebrew/editorconfig/.beer b/homebrew/editorconfig/.beer
new file mode 100644
index 000000000..48007292e
--- /dev/null
+++ b/homebrew/editorconfig/.beer
@@ -0,0 +1,26 @@
+{
+ "name": "Editorconfig",
+ "description": "Maintain consistent coding style between multiple editors",
+ "url": "https://github.com/editorconfig/editorconfig-core-c/archive/v0.12.3.tar.gz",
+ "mirror": null,
+ "homepage": "https://editorconfig.org/",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ },
+ {
+ "depend": "pcre2",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"cmake\", \".\", \"-DCMAKE_INSTALL_PREFIX:PATH=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.12.3",
+ "file": "editorconfig.rb"
+} \ No newline at end of file
diff --git a/homebrew/editorconfig/.make.sh-auto b/homebrew/editorconfig/.make.sh-auto
new file mode 100644
index 000000000..dbf8a590c
--- /dev/null
+++ b/homebrew/editorconfig/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+cmake . -DCMAKE_INSTALL_PREFIX:PATH=${PKG_TAPF}
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/editorconfig/_metadata/description b/homebrew/editorconfig/_metadata/description
new file mode 100644
index 000000000..d1582064e
--- /dev/null
+++ b/homebrew/editorconfig/_metadata/description
@@ -0,0 +1 @@
+Maintain consistent coding style between multiple editors
diff --git a/homebrew/editorconfig/_metadata/homepage b/homebrew/editorconfig/_metadata/homepage
new file mode 100644
index 000000000..56ec092e7
--- /dev/null
+++ b/homebrew/editorconfig/_metadata/homepage
@@ -0,0 +1 @@
+https://editorconfig.org/
diff --git a/homebrew/editorconfig/_metadata/name b/homebrew/editorconfig/_metadata/name
new file mode 100644
index 000000000..5fe12fcc1
--- /dev/null
+++ b/homebrew/editorconfig/_metadata/name
@@ -0,0 +1 @@
+Editorconfig
diff --git a/homebrew/editorconfig/_metadata/version b/homebrew/editorconfig/_metadata/version
new file mode 100644
index 000000000..aa22d3ce3
--- /dev/null
+++ b/homebrew/editorconfig/_metadata/version
@@ -0,0 +1 @@
+0.12.3
diff --git a/homebrew/editorconfig/download.sh b/homebrew/editorconfig/download.sh
new file mode 100755
index 000000000..53229e1dd
--- /dev/null
+++ b/homebrew/editorconfig/download.sh
@@ -0,0 +1 @@
+wget https://github.com/editorconfig/editorconfig-core-c/archive/v0.12.3.tar.gz \ No newline at end of file