summaryrefslogtreecommitdiff
path: root/homebrew/yafc/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/yafc/.beer')
-rw-r--r--homebrew/yafc/.beer34
1 files changed, 34 insertions, 0 deletions
diff --git a/homebrew/yafc/.beer b/homebrew/yafc/.beer
new file mode 100644
index 000000000..cc3102628
--- /dev/null
+++ b/homebrew/yafc/.beer
@@ -0,0 +1,34 @@
+{
+ "name": "Yafc",
+ "description": "Command-line FTP client",
+ "url": "https://deb.debian.org/debian/pool/main/y/yafc/yafc_1.3.7.orig.tar.xz",
+ "mirror": null,
+ "homepage": "https://github.com/sebastinas/yafc",
+ "depends": [
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "libssh",
+ "build-depend": false
+ },
+ {
+ "depend": "readline",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "args = %W[",
+ "--prefix=#{prefix}",
+ "--with-readline=#{Formula[\"readline\"].opt_prefix}",
+ "]",
+ "system \"./configure\", *args",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.3.7",
+ "file": "yafc.rb"
+} \ No newline at end of file