summaryrefslogtreecommitdiff
path: root/homebrew/sstpclient/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/sstpclient/.beer')
-rw-r--r--homebrew/sstpclient/.beer35
1 files changed, 35 insertions, 0 deletions
diff --git a/homebrew/sstpclient/.beer b/homebrew/sstpclient/.beer
new file mode 100644
index 000000000..e85a6183c
--- /dev/null
+++ b/homebrew/sstpclient/.beer
@@ -0,0 +1,35 @@
+{
+ "name": "SstpClient",
+ "description": "SSTP (Microsofts Remote Access Solution for PPP over SSL) client",
+ "url": "https://downloads.sourceforge.net/project/sstp-client/sstp-client/sstp-client-1.0.12.tar.gz",
+ "mirror": null,
+ "homepage": "https://sstp-client.sourceforge.io/",
+ "depends": [
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "libevent",
+ "build-depend": false
+ },
+ {
+ "depend": "openssl",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--disable-dependency-tracking\",",
+ "\"--disable-silent-rules\",",
+ "\"--disable-ppp-plugin\",",
+ "\"--prefix=#{prefix}\",",
+ "\"--with-runtime-dir=#{var}/run/sstpc\"",
+ "system \"make\", \"install\"",
+ "(var/\"run/sstpc\").mkpath"
+ ],
+ "version": "1.0.12",
+ "file": "sstp-client.rb"
+} \ No newline at end of file