summaryrefslogtreecommitdiff
path: root/homebrew/libusrsctp
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libusrsctp')
-rw-r--r--homebrew/libusrsctp/.beer23
-rw-r--r--homebrew/libusrsctp/.make.sh-auto4
-rw-r--r--homebrew/libusrsctp/_metadata/description1
-rw-r--r--homebrew/libusrsctp/_metadata/homepage1
-rw-r--r--homebrew/libusrsctp/_metadata/name1
-rw-r--r--homebrew/libusrsctp/_metadata/version1
-rwxr-xr-xhomebrew/libusrsctp/download.sh1
7 files changed, 32 insertions, 0 deletions
diff --git a/homebrew/libusrsctp/.beer b/homebrew/libusrsctp/.beer
new file mode 100644
index 000000000..b2aafb930
--- /dev/null
+++ b/homebrew/libusrsctp/.beer
@@ -0,0 +1,23 @@
+{
+ "name": "Libusrsctp",
+ "description": "Portable SCTP userland stack",
+ "url": "https://github.com/sctplab/usrsctp/archive/0.9.3.0.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/sctplab/usrsctp",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"cmake\", \".\", *std_cmake_args",
+ "system \"make\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.9.3.0",
+ "file": "libusrsctp.rb"
+} \ No newline at end of file
diff --git a/homebrew/libusrsctp/.make.sh-auto b/homebrew/libusrsctp/.make.sh-auto
new file mode 100644
index 000000000..2c04c0857
--- /dev/null
+++ b/homebrew/libusrsctp/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+cmake . -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE}
+make
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/libusrsctp/_metadata/description b/homebrew/libusrsctp/_metadata/description
new file mode 100644
index 000000000..bedc57232
--- /dev/null
+++ b/homebrew/libusrsctp/_metadata/description
@@ -0,0 +1 @@
+Portable SCTP userland stack
diff --git a/homebrew/libusrsctp/_metadata/homepage b/homebrew/libusrsctp/_metadata/homepage
new file mode 100644
index 000000000..7bed9d60d
--- /dev/null
+++ b/homebrew/libusrsctp/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/sctplab/usrsctp
diff --git a/homebrew/libusrsctp/_metadata/name b/homebrew/libusrsctp/_metadata/name
new file mode 100644
index 000000000..8da1b1c13
--- /dev/null
+++ b/homebrew/libusrsctp/_metadata/name
@@ -0,0 +1 @@
+Libusrsctp
diff --git a/homebrew/libusrsctp/_metadata/version b/homebrew/libusrsctp/_metadata/version
new file mode 100644
index 000000000..947d2886b
--- /dev/null
+++ b/homebrew/libusrsctp/_metadata/version
@@ -0,0 +1 @@
+0.9.3.0
diff --git a/homebrew/libusrsctp/download.sh b/homebrew/libusrsctp/download.sh
new file mode 100755
index 000000000..42de84217
--- /dev/null
+++ b/homebrew/libusrsctp/download.sh
@@ -0,0 +1 @@
+wget https://github.com/sctplab/usrsctp/archive/0.9.3.0.tar.gz \ No newline at end of file