An open API service indexing awesome lists of open source software.

https://github.com/axrona/pkgview

🔍 View AUR PKGBUILD files quickly in your terminal
https://github.com/axrona/pkgview

arch-linux archlinux aur go golang gplv3 open-source package-management pkgbuild

Last synced: 7 months ago
JSON representation

🔍 View AUR PKGBUILD files quickly in your terminal

Awesome Lists containing this project

README

          

# pkgview

🔍 View AUR PKGBUILD files quickly in your terminal.

---

## Why?

The AUR is a user-maintained repository, which sometimes can contain unsafe or malicious software (see [this](https://linuxiac.com/malware-discovered-in-arch-linux-aur-packages) and [this](https://www.bleepingcomputer.com/news/security/malware-found-in-arch-linux-aur-package-repository)). Even if the software is safe, users have the right to know exactly what they're installing.
This simple tool helps you quickly view PKGBUILD files before installing packages.

---

## Installation

### From AUR (recommended)

```bash
yay -S pkgview
```

### Manual installation

```bash
git clone https://github.com/axrona/pkgview.git
cd pkgview
make install
```

---

### Usage

View the PKGBUILD of a package:

```bash
pkgview
```

Use a specific editor:

```bash
EDITOR=nano pkgview
```

---

### License

This project is licensed under the **GNU GPLv3 License**.

---

"Talk is cheap. Show me the code."