summaryrefslogtreecommitdiff
path: root/homebrew/liboauth
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/liboauth')
-rw-r--r--homebrew/liboauth/.beer24
-rw-r--r--homebrew/liboauth/.make.sh-auto3
-rw-r--r--homebrew/liboauth/_metadata/description1
-rw-r--r--homebrew/liboauth/_metadata/homepage1
-rw-r--r--homebrew/liboauth/_metadata/name1
-rw-r--r--homebrew/liboauth/_metadata/version1
-rwxr-xr-xhomebrew/liboauth/download.sh1
7 files changed, 32 insertions, 0 deletions
diff --git a/homebrew/liboauth/.beer b/homebrew/liboauth/.beer
new file mode 100644
index 000000000..0c982d3ad
--- /dev/null
+++ b/homebrew/liboauth/.beer
@@ -0,0 +1,24 @@
+{
+ "name": "Liboauth",
+ "description": "C library for the OAuth Core RFC 5849 standard",
+ "url": "https://downloads.sourceforge.net/project/liboauth/liboauth-1.0.3.tar.gz",
+ "mirror": null,
+ "homepage": "https://liboauth.sourceforge.io",
+ "depends": [
+ {
+ "depend": "openssl",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--disable-dependency-tracking\",",
+ "\"--prefix=#{prefix}\",",
+ "\"--disable-curl\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.0.3",
+ "file": "liboauth.rb"
+} \ No newline at end of file
diff --git a/homebrew/liboauth/.make.sh-auto b/homebrew/liboauth/.make.sh-auto
new file mode 100644
index 000000000..2ecedaa17
--- /dev/null
+++ b/homebrew/liboauth/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+pkg:configure --disable-dependency-tracking --disable-curl
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/liboauth/_metadata/description b/homebrew/liboauth/_metadata/description
new file mode 100644
index 000000000..6d875175d
--- /dev/null
+++ b/homebrew/liboauth/_metadata/description
@@ -0,0 +1 @@
+C library for the OAuth Core RFC 5849 standard
diff --git a/homebrew/liboauth/_metadata/homepage b/homebrew/liboauth/_metadata/homepage
new file mode 100644
index 000000000..ee4d8d949
--- /dev/null
+++ b/homebrew/liboauth/_metadata/homepage
@@ -0,0 +1 @@
+https://liboauth.sourceforge.io
diff --git a/homebrew/liboauth/_metadata/name b/homebrew/liboauth/_metadata/name
new file mode 100644
index 000000000..3bd2d559d
--- /dev/null
+++ b/homebrew/liboauth/_metadata/name
@@ -0,0 +1 @@
+Liboauth
diff --git a/homebrew/liboauth/_metadata/version b/homebrew/liboauth/_metadata/version
new file mode 100644
index 000000000..21e8796a0
--- /dev/null
+++ b/homebrew/liboauth/_metadata/version
@@ -0,0 +1 @@
+1.0.3
diff --git a/homebrew/liboauth/download.sh b/homebrew/liboauth/download.sh
new file mode 100755
index 000000000..ea02e5609
--- /dev/null
+++ b/homebrew/liboauth/download.sh
@@ -0,0 +1 @@
+wget https://downloads.sourceforge.net/project/liboauth/liboauth-1.0.3.tar.gz \ No newline at end of file