/chorus-dev-1.rockspec (db22553bf18e545557e008a2986502b71d249a8b) (875 bytes) (mode 100644) (type blob)
package = "chorus"
version = "dev-1"
source = {
url = "git+ssh://rocketgit@ssh.rocketgit.com/user/vrtc/chorus"
}
description = {
homepage = "*** please enter a project homepage ***",
license = "CC0"
}
build = {
type = "builtin",
modules = {
Chorus = "src/Chorus.lua",
ChorusAuraButtonTemplate = "src/ChorusAuraButtonTemplate.lua",
ChorusAuraFrameTemplate = "src/ChorusAuraFrameTemplate.lua",
ChorusProgressFrameTemplate = "src/ChorusProgressFrameTemplate.lua",
ChorusRaidUnitButtonTemplate = "src/ChorusRaidUnitButtonTemplate.lua",
ChorusRangeFrameTemplate = "src/ChorusRangeFrameTemplate.lua",
ChorusUnitNameFrameTemplate = "src/ChorusUnitNameFrameTemplate.lua"
},
copy_directories = {
"doc"
},
install = {
bin = {
"bin/validate-lua.sh",
"bin/validate-xml.sh"
}
}
}
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
2761 |
8660a7b6b158b3d7c82af258020ea93722ae2bee |
README.md |
040000 |
tree |
- |
386cdd1448b396d67052c9c421df4d307621c280 |
bin |
100644 |
blob |
875 |
db22553bf18e545557e008a2986502b71d249a8b |
chorus-dev-1.rockspec |
100644 |
blob |
111 |
b22afedfa744551589b080882fdc70c11ab6b17d |
chorus.toc |
040000 |
tree |
- |
ec7b9acf20542c718e0cf427066d9410774b8a15 |
etc |
040000 |
tree |
- |
5b8dd064c04749cf19281ed90842d3996ad61dc6 |
share |
040000 |
tree |
- |
02e5e215adffad25e5854a11b0698e0bcc96ef74 |
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