Update version no. and dependencies in Makefile
This commit is contained in:
parent
a112ef195a
commit
d133316183
1 changed files with 5 additions and 1 deletions
6
Makefile
6
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue