require 'formula' class Task < Formula homepage 'http://www.taskwarrior.org/' url 'http://www.taskwarrior.org/download/task-2.2.0.tar.gz' sha1 '70656deb48a460f95370c885e388b475475f64eb' depends_on "cmake" => :build def install system "cmake", ".", *std_cmake_args system "make install" bash_completion.install 'scripts/bash/task.sh' zsh_completion.install 'scripts/zsh/_task' end end cgit'>
summaryrefslogtreecommitdiffstats
path: root/scripts.dmp
blob: 787758e26903aae075cc54e92454c7e0e4b765f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19