This is a repository for my personal LURE build scripts
Go to file
Sayantan Santra 2915f8332d Typo in vuetorrent 2023-04-25 17:54:56 -05:00
bat Proper architectures 2022-11-22 01:53:50 -06:00
cockpit-docker-fork Fix deps and conflicts 2023-01-14 20:00:16 +05:30
cockpit-sensors Fix deps and conflicts 2023-01-14 20:00:16 +05:30
croc Added croc 2023-01-14 01:57:42 +05:30
fzf Put quotes in echo 2022-11-22 17:37:15 -06:00
gocryptfs Put quotes in echo 2022-11-22 17:37:15 -06:00
lf Put quotes in echo 2022-11-22 17:37:15 -06:00
lsd Put quotes in echo 2022-11-22 17:37:15 -06:00
movie-rename Bumped movie-rename version to 1.2.4 2023-02-26 14:13:02 -06:00
sejda-console Include provides 2022-12-08 22:26:02 -06:00
topgrade Install fish completion for older fish versions 2023-03-15 14:02:34 -05: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.