diff --git a/Makefile b/Makefile index cd74faf..88cb218 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.1 +VERSION = 2.0 PREFIX = /usr/local MANPREFIX = ${PREFIX}/man @@ -7,6 +7,10 @@ config: cp config.lua ~/.config/matrix-send/config.lua install: + # How I wish luarocks was better than this + luarocks install luaposix + luarocks install luasocket + luarocks install lua-cjson cp -f matrix-send ${DESTDIR}${PREFIX}/bin chmod +x ${DESTDIR}${PREFIX}/bin/matrix-send mkdir -p ${DESTDIR}${MANPREFIX}/man1