Update version no. and dependencies in Makefile

This commit is contained in:
Jeremy 2023-01-01 12:29:03 +13:00
parent a112ef195a
commit d133316183

View file

@ -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