Age | Commit message (Collapse) | Author |
|
Switches some quotes to match styling.
|
|
Defined bustd package group with this package build included.
|
|
Declared (optional) dependency in package build file for the associated
pacman hooks, which control functionality of the executable running in
the background.
|
|
Fiddled with exec and PKGBUILD...
|
|
Lints the code to provide a faster check than building the executable.
|
|
If the rustup toolchain is set via the environment, then that toolchain
is used to install. Otherwise, the stable is set just to be safe.
|
|
Fixed: package build could not compile the rust project because it was
in the parent directory, immediately after the call to 'git clone'.
|
|
Followed the arch wiki on creating a package build for rust binaries.
link: https://wiki.archlinux.org/title/Rust_package_guidelines
|
|
Created a systemd service file, allowing for easily executing the
out-of-memory watchdog every startup.
|
|
Created the bustd package installer for the aur.
|