Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AUR Status Checker

This is a simple Go application that continuously checks the status of the Arch User Repository (AUR) and displays it in the terminal.

AUR Status Checker

Downloading the Pre-built Binary

You can download the latest pre-built binary for Linux from the GitHub Releases page.

  1. Go to the latest release page.
  2. Download the aur-up binary.
  3. (Optional) Download the aur-up.sha256 file to verify the integrity of the binary.
  4. Make the binary executable:
    chmod +x aur-up
  5. (Optional) Move the binary to a directory in your PATH:
    sudo mv aur-up /usr/local/bin/

Building from Source

Prerequisites

  • Go programming language installed on your system.

Instructions

  1. Clone the repository or download the source code.

  2. Navigate to the project directory:

    cd aur-up
  3. Tidy the dependencies:

    go mod tidy
  4. Run the application:

    go run main.go
  5. Build the application:

    To build the application into a single executable, run the following command:

    go build -o aur-up main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages