This is a repository for my personal LURE build scripts
Go to file
Sayantan Santra 65e812d7f6
fix: Add some deps
2023-09-12 16:44:34 -05:00
bat chg: Change install locations 2023-07-30 13:40:59 -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 chg: Change install locations 2023-07-30 13:40:59 -05:00
fastfetch fix: Add some deps 2023-09-12 16:44:34 -05:00
fzf chg: Change install locations 2023-07-30 13:40:59 -05:00
gocryptfs chg: Change install locations 2023-07-30 13:40:59 -05:00
htmlq chg: Change install locations 2023-07-30 13:40:59 -05:00
lf chg: Change install locations 2023-07-30 13:40:59 -05:00
lsd chg: Change install locations 2023-07-30 13:40:59 -05:00
movie-rename chg: Change install locations 2023-07-30 13:40:59 -05:00
sejda-console chg: Change install locations 2023-07-30 13:40:59 -05:00
topgrade chg: Change install locations 2023-07-30 13:40:59 -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.