bump version and add simple makefile

This commit is contained in:
Jaromil 2016-09-07 14:09:39 +02:00
parent b2da062138
commit 4fed4af700
2 changed files with 11 additions and 1 deletions

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
DESTDIR?=
PREFIX?=/usr
all:
@echo "Nothing to be make. Make install to ${DESTDIR}${PREFIX}/share/zuper"
install:
install -d ${DESTDIR}${PREFIX}/share/zuper
install -p -m 644 zuper ${DESTDIR}${PREFIX}/share/zuper/zuper
install -p -m 644 zuper.init ${DESTDIR}${PREFIX}/share/zuper/zuper.init

2
zuper
View File

@ -39,7 +39,7 @@ vars=(DEBUG QUIET LOG)
arrs=(req freq)
vars+=(zuper_version)
zuper_version=0.3
zuper_version=0.4
# load necessary zsh extensions
zmodload zsh/regex