vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit d65d07b50e890a16fd44db61f007535f31349403 parent d2725b002d869c0c9e57deb992c74017bfcce370 Author: Christian Hesse <mail@eworm.de> Date: Thu, 1 Jun 2017 00:25:44 +0200 build: inject the version into docker image Diffstat:
| M | Makefile | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -92,6 +92,7 @@ docker: clean docker build -t vis . docker run --rm -d --name vis vis tail -f /dev/null docker cp . vis:/tmp/vis + docker exec vis sed -i '/^VERSION/c VERSION = $(VERSION)' Makefile docker exec vis ./configure CC='cc --static' docker exec vis make clean vis-single docker cp vis:/tmp/vis/vis-single vis