summaryrefslogtreecommitdiff
path: root/homebrew/gammu/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/gammu/.beer')
-rw-r--r--homebrew/gammu/.beer31
1 files changed, 31 insertions, 0 deletions
diff --git a/homebrew/gammu/.beer b/homebrew/gammu/.beer
new file mode 100644
index 000000000..f453d641f
--- /dev/null
+++ b/homebrew/gammu/.beer
@@ -0,0 +1,31 @@
+{
+ "name": "Gammu",
+ "description": "Command-line utility to control a phone",
+ "url": "https://dl.cihar.com/gammu/releases/gammu-1.40.0.tar.xz",
+ "mirror": null,
+ "homepage": "https://wammu.eu/gammu/",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ },
+ {
+ "depend": "glib",
+ "build-depend": false
+ },
+ {
+ "depend": "openssl",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "mkdir \"build\" do",
+ "system \"cmake\", \"..\", \"-DBASH_COMPLETION_COMPLETIONSDIR:PATH=#{bash_completion}\", *std_cmake_args",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.40.0",
+ "file": "gammu.rb"
+} \ No newline at end of file