This is a repository for my personal LURE build scripts
Go to file
Sayantan Santra 1094531aa7 Fix deps and conflicts 2023-01-14 20:00:16 +05:30
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 version of movie-rename 2022-12-10 18:50:13 -06:00
sejda-console Include provides 2022-12-08 22:26:02 -06:00
topgrade Added the package topgrade 2022-12-18 13:31:56 -06:00
.gitignore Added .gitignore 2022-12-01 01:25:04 -06:00
LICENSE Create LICENSE 2022-11-19 23:11:07 -06: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.