Files
javalsai 978aaad199 chore: misc (#100) (this makes 2.0.0)
Co-authored-by: grialion <48643945+grialion@users.noreply.github.com>

- Fix license ambiguity (#88)
  - just the only/or-later ambiguity point, not adding SPDX identifyiers unless more people request it
- Better document kmscon (#91)
- Make 2.0.0 already to close #86
- Add a changelog
- Add packagers info (acutally just add them to install guide)
- Add AUR service packages (I'll take care of systemd and dinit, let others package the rest and leave systemd open for someone who actually uses it in docs)
- Make sure all makefile installs to `/usr/local` by default
- Simplify Makefile complexity by several orders
2026-01-20 23:33:28 +01:00
..
2024-09-06 21:33:49 +02:00

AUR Packages

These files are just for reference, I'll manually edit and publish them, at least until I automate it with github actions (like updating version automatically on a release).

There are three packages that follow standard conventions:

  • lidm: Builds latest release (manually updated per release basis)
  • lidm-bin: Fetches latest release binary (compiled by GitHub Actions, also updated per release)
  • lidm-git: Fetches latest commit and builds it (should be updated automatically)

[!IMPORTANT] None of those packages include the service files. You have to do this yourself.