--- check: regex-grep --version | grep -E '[0-9][.0-9]+' || (regex-grep --version; false) all: type: custom command: | git clone https://github.com/cytopia/awesome-ci.git /tmp/awesome-ci \ && cd /tmp/awesome-ci \ && git checkout $(git describe --abbrev=0 --tags) \ && ./configure --prefix=/usr/local \ && make install \ && cd / \ && rm -rf /tmp/awesome-ci \ # moreutils: isutf8 run_dep: [dos2unix, file, moreutils]