1 | --- |
2 |
|
3 | - name: ncurses-minesweeper |
4 | description: "Terminal game of Minesweeper, implemented in C with ncurses." |
5 | download: # Using lists instead of dictionaries for this preserves key order in Lua tables |
6 | - GIT git://joshstock.in/ncurses-minesweeper.git |
7 | - HTTPS https://git.joshstock.in/ncurses-minesweeper.git |
8 | urls: |
9 | - joshstock.in https://git.joshstock.in/ncurses-minesweeper |
10 | - GitHub https://github.com/JoshuaS3/ncurses-minesweeper |
11 | - GitLab https://gitlab.com/JoshuaS3/ncurses-minesweeper |
12 | location: |
13 | dev: "/home/josh/repos/ncurses-minesweeper/.git" |
14 | prod: "/home/git/ncurses-minesweeper.git" |
15 | specialfiles: |
16 | - README README.md |
17 | - LICENSE LICENSE |
18 |
|
19 | - name: auto-plow |
20 | description: "A wheelchair motor-propelled battery-powered ESP32-driven remote control snow plow." |
21 | download: |
22 | - GIT git://joshstock.in/auto-plow.git |
23 | - HTTPS https://git.joshstock.in/auto-plow.git |
24 | urls: |
25 | - joshstock.in https://git.joshstock.in/auto-plow |
26 | - GitHub https://github.com/JoshuaS3/auto-plow |
27 | - GitLab https://gitlab.com/JoshuaS3/auto-plow |
28 | location: |
29 | dev: "/home/josh/repos/auto-plow/.git" |
30 | prod: "/home/git/auto-plow.git" |
31 | specialfiles: |
32 | - README README.md |
33 | - LICENSE LICENSE |
34 |
|
35 | - name: resty-gitweb |
36 | description: "A git web interface for Lua/OpenResty (you're on it right now!)" |
37 | download: |
38 | - GIT git://joshstock.in/resty-gitweb.git |
39 | - HTTPS https://git.joshstock.in/resty-gitweb.git |
40 | urls: |
41 | - joshstock.in https://git.joshstock.in/resty-gitweb |
42 | - GitHub https://github.com/JoshuaS3/resty-gitweb |
43 | - GitLab https://gitlab.com/JoshuaS3/resty-gitweb |
44 | location: |
45 | dev: "/home/josh/repos/resty-gitweb/.git" |
46 | prod: "/home/git/resty-gitweb.git" |
47 | specialfiles: |
48 | - README README.md |
49 | - LICENSE LICENSE |
50 |
|
51 | - name: joshstock.in |
52 | description: "Source for serving and static templating/compiling of https://joshstock.in." |
53 | download: |
54 | - GIT git://joshstock.in/joshstock.in.git |
55 | - HTTPS https://git.joshstock.in/joshstock.in.git |
56 | urls: |
57 | - joshstock.in https://git.joshstock.in/joshstock.in |
58 | - GitHub https://github.com/JoshuaS3/joshstock.in |
59 | - GitLab https://gitlab.com/JoshuaS3/joshstock.in |
60 | location: |
61 | dev: "/home/josh/repos/joshstock.in/.git" |
62 | prod: "/home/git/joshstock.in.git" |
63 | specialfiles: |
64 | - README README.md |
65 | - LICENSE LICENSE |
66 |
|
67 | - name: lognestmonster |
68 | description: "A general-purpose single-header C logging library and parser for event-based logs." |
69 | download: |
70 | - GIT git://joshstock.in/lognestmonster.git |
71 | - HTTPS https://git.joshstock.in/lognestmonster.git |
72 | urls: |
73 | - joshstock.in https://git.joshstock.in/lognestmonster |
74 | - GitHub https://github.com/JoshuaS3/lognestmonster |
75 | - GitLab https://gitlab.com/JoshuaS3/lognestmonster |
76 | location: |
77 | dev: "/home/josh/repos/lognestmonster/.git" |
78 | prod: "/home/git/lognestmonster.git" |
79 | specialfiles: |
80 | - README README.md |
81 | - LICENSE LICENSE |
82 |
|
83 | - name: dotfiles |
84 | description: "My personal dotfiles for Debian/Ubuntu." |
85 | download: |
86 | - GIT git://joshstock.in/dotfiles.git |
87 | - HTTPS https://git.joshstock.in/dotfiles.git |
88 | urls: |
89 | - joshstock.in https://git.joshstock.in/dotfiles |
90 | - GitHub https://github.com/JoshuaS3/dotfiles |
91 | - GitLab https://gitlab.com/JoshuaS3/dotfiles |
92 | location: |
93 | dev: "/home/josh/repos/dotfiles/.git" |
94 | prod: "/home/git/dotfiles.git" |
95 | specialfiles: |
96 |
|