File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 1
1
Stuff I'm thinking of implementing one day:
2
2
3
+ - Actually being able to get packages from non-git sources
4
+ - Maybe I can get an idea of how to implement that by checking
5
+ out how PKGBUILDs work...
6
+
3
7
- Logging, so that the user can track down when a build fails
4
8
- UPDATE (2024/5/30): working on it! For now it's a pretty
5
9
barebones implementation of it, but hey, it works!
6
-
7
- - Dependency checking - I'm really unsure of how I would
8
- implement that one, though!
9
- - UPDATE (2024/5/30): I'm thinking of removing this one
10
- from the list. I have no idea on how to do it.
10
+ - UPDATE (2024/6/25): how to improve it lol
11
11
12
12
- Commit history support, so that the user doesn't see only
13
13
the latest commit on the package
@@ -16,9 +16,4 @@ Stuff I'm thinking of implementing one day:
16
16
- UPDATE (2024/5/31): implemented! I'm thinking of making
17
17
git's pretty format customizable too, not really sure
18
18
19
- - Insert each registered package in alphabetical order so
20
- that pkg.list and related look prettier
21
- - UPDATE (2024/5/30): I'm thinking of removing this one
22
- from the list too. It's just for appearance anyway.
23
-
24
19
- That's it for now :)
You can’t perform that action at this time.
0 commit comments