/Makefile (369095c9c937fb920b84379b75898c70adcced3b) (724 bytes) (mode 100644) (type blob)
NAME=chorus
VERSION=0.6.1
srcdir=./
SHELL=/bin/sh
GIT=git
GITFLAGS=--git-dir=${srcdir}.git/
LUA=lua
LUAFLAGS=
LUACHECK=luacheck
LUACHECKFLAGS=--config ${srcdir}etc/luacheckrc.lua
XMLLINT=xmllint
XMLLINTFLAGS=--schema ${srcdir}share/xml/FrameXML/UI.xsd
INSTALL=unzip -d ${DESTDIR}Interface/AddOns
all: | check
dist: ${NAME}-${VERSION}.zip | check
${NAME}-${VERSION}.zip:
${GIT} ${GITFLAGS} archive --format=zip --prefix=${NAME}/ --format=zip --output=${NAME}-${VERSION}.zip HEAD
install: ${NAME}-${VERSION}.zip
${INSTALL} ${NAME}-${VERSION}.zip
check-xml:
${XMLLINT} --noout ${XMLLINTFLAGS} ${srcdir}src/*.xml
check-lua:
${LUACHECK} ${LUACHECKFLAGS} ${srcdir}src/ ${srcdir}local/
check: check-lua check-xml
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
22 |
d7f81b36af99095409dbf9a7a92e18a5c74e5ff5 |
.gitignore |
100644 |
blob |
724 |
369095c9c937fb920b84379b75898c70adcced3b |
Makefile |
100644 |
blob |
3394 |
190d35463349336b8ed9d90078342c5643600a29 |
README.adoc |
040000 |
tree |
- |
386cdd1448b396d67052c9c421df4d307621c280 |
bin |
100644 |
blob |
214 |
42980f3866b3cf99f3b108f3c40c0c941a2c8ea0 |
chorus.toc |
040000 |
tree |
- |
cac8af7ca5d8adc7771598e6faae482998b25fa2 |
doc |
040000 |
tree |
- |
4cf35098c9d0f90002852e393c84c380256608b0 |
etc |
040000 |
tree |
- |
5b8dd064c04749cf19281ed90842d3996ad61dc6 |
share |
040000 |
tree |
- |
b9640950c966e766726d75369755726dcb244b8c |
src |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/vrtc/chorus
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/vrtc/chorus
Clone this repository using git:
git clone git://git.rocketgit.com/user/vrtc/chorus
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main