summaryrefslogtreecommitdiff
path: root/homebrew/vit/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/vit/.beer')
-rw-r--r--homebrew/vit/.beer30
1 files changed, 30 insertions, 0 deletions
diff --git a/homebrew/vit/.beer b/homebrew/vit/.beer
new file mode 100644
index 000000000..3516f8a29
--- /dev/null
+++ b/homebrew/vit/.beer
@@ -0,0 +1,30 @@
+{
+ "name": "Vit",
+ "description": "Front-end for Task Warrior",
+ "url": "https://taskwarrior.org/download/vit-1.2.tar.gz",
+ "mirror": null,
+ "homepage": "https://taskwarrior.org/news/news.20140406.html",
+ "depends": [
+ {
+ "depend": "task",
+ "build-depend": false
+ }
+ ],
+ "resource": [
+ {
+ "name": "Curses",
+ "url": "https://cpan.metacpan.org/authors/id/G/GI/GIRAFFED/Curses-1.31.tgz"
+ }
+ ],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV.prepend_create_path \"PERL5LIB\", libexec+\"lib/perl5\"",
+ "resource(\"Curses\").stage do",
+ "system \"perl\", \"Makefile.PL\", \"INSTALL_BASE=#{libexec}\"",
+ "system \"make\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.2",
+ "file": "vit.rb"
+} \ No newline at end of file