38 --disable-doc |
38 --disable-doc |
39 |
39 |
40 make -s -j3 |
40 make -s -j3 |
41 |
41 |
42 cd ~/bin |
42 cd ~/bin |
43 for BIN in neomutt mutt_dotlock pgpewrap; do |
43 for BIN in neomutt pgpewrap; do |
44 ln -sf ../sandbox/neomutt/$BIN |
44 cp ../sandbox/neomutt/$BIN . |
45 done |
45 done |
46 ln -sf ../sandbox/neomutt/neomutt mutt |
46 ln -sf neomutt mutt |
47 |
47 |
48 :<<=cut |
48 :<<=cut |
49 =head1 NAME |
49 =head1 NAME |
50 |
50 |
51 setup-neomutt - Clone/update and build neomutt |
51 setup-neomutt - Clone/update and build neomutt |
52 |
52 |
53 =head1 DESCRIPTION |
53 =head1 DESCRIPTION |
54 |
54 |
55 Run to do the above, incl. symlinking relevant binaries in C<~/bin> to the |
55 Run to do the above, incl. copying binaries into C<~/bin> after the neomutt |
56 neomutt build. |
56 build. |
57 |
57 |
58 =head1 REQUIREMENTS |
58 =head1 REQUIREMENTS |
59 |
59 |
60 =head2 Debian |
60 =head2 Debian |
61 |
61 |