summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-12-09Cosmetic ChangesJames Devlin
Switches some quotes to match styling.
2021-12-09Package GroupJames Devlin
Defined bustd package group with this package build included.
2021-12-09Add Pacman Hooks DependencyJames Devlin
Declared (optional) dependency in package build file for the associated pacman hooks, which control functionality of the executable running in the background.
2021-12-09Exec runs with full permissionsJames Devlin
Fiddled with exec and PKGBUILD...
2021-12-09Added check routine to PKGBUILDJames Devlin
Lints the code to provide a faster check than building the executable.
2021-12-09Fixed: Cargo env vars are not clobberedJames Devlin
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.
2021-12-09Fixed another cd errorJames Devlin
Fixed: package build could not compile the rust project because it was in the parent directory, immediately after the call to 'git clone'.
2021-12-09Package Build Fixes Specific to RustJames Devlin
Followed the arch wiki on creating a package build for rust binaries. link: https://wiki.archlinux.org/title/Rust_package_guidelines
2021-12-09Added Systemd Service FileJames Devlin
Created a systemd service file, allowing for easily executing the out-of-memory watchdog every startup.
2021-12-09Created bustd PKGBUILDJames Devlin
Created the bustd package installer for the aur.