diff options
Diffstat (limited to 'homebrew/plowshare/.beer')
-rw-r--r-- | homebrew/plowshare/.beer | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/homebrew/plowshare/.beer b/homebrew/plowshare/.beer new file mode 100644 index 000000000..f7b079575 --- /dev/null +++ b/homebrew/plowshare/.beer @@ -0,0 +1,45 @@ +{ + "name": "Plowshare", + "description": "Download/upload tool for popular file sharing websites", + "url": "https://github.com/mcrapet/plowshare/archive/v2.1.7.tar.gz", + "mirror": null, + "homepage": "https://github.com/mcrapet/plowshare", + "depends": [ + { + "depend": "bash", + "build-depend": false + }, + { + "depend": "coreutils", + "build-depend": false + }, + { + "depend": "feh", + "build-depend": false + }, + { + "depend": "gnu-sed", + "build-depend": false + }, + { + "depend": "libcaca", + "build-depend": false + }, + { + "depend": "recode", + "build-depend": false + }, + { + "depend": "spidermonkey", + "build-depend": false + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"make\", \"install\", \"patch_gnused\", \"GNU_SED=#{Formula[\"gnu-sed\"].opt_bin}/gsed\", \"PREFIX=#{prefix}\"" + ], + "version": "2.1.7", + "file": "plowshare.rb" +}
\ No newline at end of file |