summaryrefslogtreecommitdiff
path: root/homebrew/htmlcxx
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/htmlcxx')
-rw-r--r--homebrew/htmlcxx/.beer17
-rw-r--r--homebrew/htmlcxx/.make.sh-auto3
-rw-r--r--homebrew/htmlcxx/_metadata/description1
-rw-r--r--homebrew/htmlcxx/_metadata/homepage1
-rw-r--r--homebrew/htmlcxx/_metadata/name1
-rw-r--r--homebrew/htmlcxx/_metadata/version1
-rwxr-xr-xhomebrew/htmlcxx/download.sh1
7 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/htmlcxx/.beer b/homebrew/htmlcxx/.beer
new file mode 100644
index 000000000..bc7f0eb58
--- /dev/null
+++ b/homebrew/htmlcxx/.beer
@@ -0,0 +1,17 @@
+{
+ "name": "Htmlcxx",
+ "description": "Non-validating CSS1 and HTML parser for C++",
+ "url": "https://downloads.sourceforge.net/project/htmlcxx/v0.87/htmlcxx-0.87.tar.gz",
+ "mirror": null,
+ "homepage": "https://htmlcxx.sourceforge.io/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\", \"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.87",
+ "file": "htmlcxx.rb"
+} \ No newline at end of file
diff --git a/homebrew/htmlcxx/.make.sh-auto b/homebrew/htmlcxx/.make.sh-auto
new file mode 100644
index 000000000..557a9e0d1
--- /dev/null
+++ b/homebrew/htmlcxx/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+pkg:configure --disable-dependency-tracking
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/htmlcxx/_metadata/description b/homebrew/htmlcxx/_metadata/description
new file mode 100644
index 000000000..34c361e9f
--- /dev/null
+++ b/homebrew/htmlcxx/_metadata/description
@@ -0,0 +1 @@
+Non-validating CSS1 and HTML parser for C++
diff --git a/homebrew/htmlcxx/_metadata/homepage b/homebrew/htmlcxx/_metadata/homepage
new file mode 100644
index 000000000..00da4f079
--- /dev/null
+++ b/homebrew/htmlcxx/_metadata/homepage
@@ -0,0 +1 @@
+https://htmlcxx.sourceforge.io/
diff --git a/homebrew/htmlcxx/_metadata/name b/homebrew/htmlcxx/_metadata/name
new file mode 100644
index 000000000..fcb6c6498
--- /dev/null
+++ b/homebrew/htmlcxx/_metadata/name
@@ -0,0 +1 @@
+Htmlcxx
diff --git a/homebrew/htmlcxx/_metadata/version b/homebrew/htmlcxx/_metadata/version
new file mode 100644
index 000000000..900dc9205
--- /dev/null
+++ b/homebrew/htmlcxx/_metadata/version
@@ -0,0 +1 @@
+0.87
diff --git a/homebrew/htmlcxx/download.sh b/homebrew/htmlcxx/download.sh
new file mode 100755
index 000000000..4bfe6d765
--- /dev/null
+++ b/homebrew/htmlcxx/download.sh
@@ -0,0 +1 @@
+wget https://downloads.sourceforge.net/project/htmlcxx/v0.87/htmlcxx-0.87.tar.gz \ No newline at end of file