summaryrefslogtreecommitdiff
path: root/homebrew/f3/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/f3/.beer')
-rw-r--r--homebrew/f3/.beer24
1 files changed, 24 insertions, 0 deletions
diff --git a/homebrew/f3/.beer b/homebrew/f3/.beer
new file mode 100644
index 000000000..1a5500a2a
--- /dev/null
+++ b/homebrew/f3/.beer
@@ -0,0 +1,24 @@
+{
+ "name": "F3",
+ "description": "Test various flash cards",
+ "url": "https://github.com/AltraMayor/f3/archive/v7.1.tar.gz",
+ "mirror": null,
+ "homepage": "http://oss.digirati.com.br/f3/",
+ "depends": [
+ {
+ "depend": "argp-standalone",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"make\", \"all\", \"ARGP=#{Formula[\"argp-standalone\"].opt_prefix}\"",
+ "bin.install %w[f3read f3write]",
+ "man1.install \"f3read.1\"",
+ "man1.install_symlink \"f3read.1\" => \"f3write.1\""
+ ],
+ "version": "7.1",
+ "file": "f3.rb"
+} \ No newline at end of file