Commit Graph

11 Commits

Author SHA1 Message Date
98bedb6349
ci(build): Further changes to workflow
Some checks failed
build / build (push) Failing after 12s
In my attempt to get the workflow actually building....
2024-07-03 21:53:08 +01:00
8effb878cd
ci(build): Install dependencies in build workflow
Some checks failed
build / build (push) Failing after 5s
ensure that the dependencies needed to build the package are installed
to the container used to run the workflow.
2024-07-03 21:44:37 +01:00
efb1efeb71
ci: add initial CI build test
Some checks failed
build / build (push) Failing after 6s
Adding initial test workflow for building the project.
2024-07-03 21:32:48 +01:00
e6d424104f
fix(Makefile): Ensure Directories exist when installing.
NOTE: This fix only works on GNU systems. As it uses `mkdir -p`

TODO: Write a proper install that ensure the directories are made in a
POSIX manner.
2023-12-30 19:10:41 +00:00
203efeb76f
chore(LICENSE): add license 2023-12-30 18:34:13 +00:00
1a3595ab85
docs: Update Readme 2023-12-30 18:25:11 +00:00
287e13bef2
fix(Makefile): Correct Makefile
Correct the Makefile to clean properly.
2023-12-30 18:24:28 +00:00
08be352d99
fix(Makefile): Ensure no clobber to environment
To ensure my makefile doesn't clobber already set variables I ensure
only to set them when needed. or otherwise append to what is there.
2023-12-30 18:15:48 +00:00
ba0fbf7a8b
feat(systemd): add systemd service
add systemd service through use of a template. This makes sure that
wherever dexedrine is installed the systemd unitfile will be able to
find it.
2023-12-30 18:10:06 +00:00
0385ff1446
refactor: Use header file, and update makefile
- Move the definitions and includes to a header file.
- Modify the makefile to account for this
- add install to makefile
2023-12-30 17:52:38 +00:00
d700ffac51
inital commit 2023-12-30 17:07:20 +00:00