This is a repository for my personal LURE build scripts
Go to file
Sayantan Santra 55aa6c6226
fix: fzf changed naming format
2024-07-10 17:53:36 -05: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 fix: Autocomplete for croc 2024-02-09 18:02:46 -06:00
fastfetch fix: Pakckage url for fastfetch 2024-02-27 09:56:01 -06:00
fzf fix: fzf changed naming format 2024-07-10 17:53:36 -05:00
gocryptfs new: Use library functions in other apps as well 2023-09-12 17:12:43 -05:00
headscale new: Added neovim 2024-05-21 19:43:08 -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 fix: install-completion syntax 2024-03-06 16:02:47 -06:00
neovim new: Added neovim 2024-05-21 19:43:08 -05:00
sejda-console chg: Change install locations 2023-07-30 13:40:59 -05:00
topgrade Bumped topgrade version to 15.0.0 2024-06-30 21:11:18 -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.