Makefile 521 B

123456789101112
  1. .PHONY: install
  2. install:
  3. mkdir $(HOME)/.tcms; /bin/true
  4. .PHONY: test
  5. test:
  6. prove t/*.t
  7. .PHONY: depend
  8. depend:
  9. sudo apt install -y cpanminus starman libcal-dav-perl libtext-xslate-perl libserver-starter-perl liburl-encode-perl libplack-perl libcal-dav-perl libconfig-tiny-perl libdatetime-format-http-perl libjson-maybexs-perl libuuid-tiny-perl libcapture-tiny-perl libconfig-simple-perl libdbi-perl libfile-slurper-perl libfile-touch-perl libfile-copy-recursive-perl
  10. sudo cpanm Mojo::File Date::Format DBD::SQLite