From 1b3bd8db45a1695e7ef9193d487b7db99cf0be5b Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Sun, 1 Jan 2023 12:29:03 +1300 Subject: [PATCH] Update version no. and dependencies in Makefile --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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