This is a repository for my personal LURE build scripts
Go to file
Sayantan Santra 61d3067fbe
Bumped topgrade version to 14.0.0
2024-01-21 22:09:58 -06:00
bat fix: Correct syntax for install-completion 2023-09-12 16:58:58 -05:00
cockpit-docker-fork chg: Change install locations 2023-07-30 13:40:59 -05:00
cockpit-sensors Fix deps and conflicts 2023-01-14 20:00:16 +05:30
croc new: Use library functions in other apps as well 2023-09-12 17:12:43 -05:00
fastfetch fix: Do not use zstd 2023-09-12 16:51:36 -05:00
fzf new: Use library functions in other apps as well 2023-09-12 17:12:43 -05:00
gocryptfs new: Use library functions in other apps as well 2023-09-12 17:12:43 -05:00
htmlq new: Use library functions in other apps as well 2023-09-12 17:12:43 -05:00
lf new: Use library functions in other apps as well 2023-09-12 17:12:43 -05:00
lsd new: Use library functions in other apps as well 2023-09-12 17:12:43 -05:00
movie-rename Bumped movie-rename version to 2.2.0 2023-12-04 18:32:11 -06:00
sejda-console chg: Change install locations 2023-07-30 13:40:59 -05:00
topgrade Bumped topgrade version to 14.0.0 2024-01-21 22:09:58 -06:00
vuetorrent Typo in vuetorrent 2023-04-25 17:54:56 -05:00
.gitignore Ignore backup packages 2023-03-18 19:17:46 -05:00
LICENSE Updated LICENSE 2023-04-10 20:19:53 -05:00
README.md Update testing distro 2023-01-11 01:26:23 +05:30
lure-repo.toml Added lure-repo.toml 2022-12-01 01:25:12 -06:00

README.md

Number of packages

LURE Repository

This is a repository for my personal LURE build scripts. Of course, anyone else is welcome to use these.

These are written for RPM-based distros (I'm testing on AlmaLinux 9.1), but should work with most other distros as well.

Notes

  • Most of the scripts here are not what you'd usually expect in the sense that they don't have a hardcoded version. Since this is mostly for personal use, I wrote these so that they update to the latest version automatically. Otherwise, it just defeats the purpose.
    That said, for this very reason, some of the installers may break from time to time. If they do, do not hesitate to open an issue.
  • Since these don't have a hardcoded version (instead, they have a placeholder VERSION), the lure up command does not detect their updates.
    To get them updated, it's recommended that you either update them manually using lure up <package> or use my update script.