aget

command module
v1.4.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 13, 2025 License: BSD-3-Clause Imports: 6 Imported by: 0

README

aget

git clone a package from AUR (the unofficial Arch Linux package repository that contains user-submitted packages), without having to remember the URL.

Your ssh key should be set up at the AUR web page first for this to work (the https fallback will be used if not set up).

Installation

One way is to install it from AUR, another way is:

sudo pacman -S base-devel git go --noconfirm --needed
go get -u github.com/xyproto/aget
sudo install -Dm755 ~/go/bin/aget /usr/bin/aget

An alternative to go get + install is to use go install:

go install github.com/xyproto/aget@latest

Example use

Download and install a package from AUR

First make sure that base and base-devel are installed.

Then download the ld-lsb package from AUR (ld-lsb is just an example):

aget ld-lsb

Build and install it with makepkg:

makepkg -i
Create a new AUR package
aget newpackage

General information

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL