Commit Graph

12 Commits (62d1081d380bef51521fe6acde1235b12247bbe7)

Author SHA1 Message Date
GreekStapler 62d1081d38 refactor: Created function that will return the char ** (originally char *) that will be used to make the description file. Also removed free that was resulting in a crash. 2023-01-25 17:17:18 +01:00
GreekStapler d252c55fb0 refactor: Modified .PKGINFO parser not to rely on gotos and continues. Parser is now optimistic and assumes .PKGINFO file is valid.
After my changes to the macros, they still feel a bit hacky, but I'm content with them. I also changed the parser to assume the .PKGINFO files are always valid because they are automatically generated. The parser also assumes the same fields will always appear in the same fixed order. I made this change after checking how makepkg generated this file.
2023-01-25 16:22:22 +01:00
GreekStapler cc3cacc1f7 refactor: Add original .c package files by Jef. 2023-01-25 13:00:33 +01:00
Jef Roosens ad8c37c9ea chore: added woodpecker config 2023-01-18 17:04:45 +01:00
Jef Roosens e01b2451c6 chore: add some more config files 2023-01-18 16:58:33 +01:00
Jef Roosens 11709cc611 refactor: slightly change api 2023-01-18 14:14:39 +01:00
Jef Roosens 30e086ad6b test: started porting cron tests 2023-01-18 13:59:10 +01:00
Jef Roosens c018d8d86c
test: add structure & framework for writing tests 2023-01-18 13:08:09 +01:00
Jef Roosens 3da95a63fb
chore: add readme 2023-01-18 11:49:45 +01:00
Jef Roosens be97472dcc
chore: switch to defualt clang-format formatting 2023-01-18 11:38:34 +01:00
Jef Roosens 4d72e60515
chore: added makefile 2023-01-18 11:29:16 +01:00
Jef Roosens f50bc4a3c4
chore: added cron code 2023-01-17 23:09:06 +01:00