Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hmlendea/pkgbuilds

Horatiu Mlendea's Arch Linux repository
https://github.com/hmlendea/pkgbuilds

archlinux archlinux-repo pkgbuilds

Last synced: about 2 months ago
JSON representation

Horatiu Mlendea's Arch Linux repository

Awesome Lists containing this project

README

        

# PKGBUILDs
Horațiu Mlendea's Arch Linux repository

# Installation

To use this repository, add the below lines at the end of ```/etc/pacman.conf```

## Main repository

**Note:** Most packages are found in this one, and are available for the `any` architecture.

```ini
[hmlendea]
Server = https://github.com/hmlendea/PKGBUILDs/releases/latest/download/
SigLevel = PackageOptional
```

## Extra architectures

These are **optional** extra repository databases that contain architecture-specific packages that are not found in the main `hmlendea` database.

**`aarch64` architecture:**
```ini
[hmlendea-aarch64]
Server = https://github.com/hmlendea/PKGBUILDs/releases/latest/download/
SigLevel = PackageOptional
```

**`i686` architecture:**
```ini
[hmlendea-i686]
Server = https://github.com/hmlendea/PKGBUILDs/releases/latest/download/
SigLevel = PackageOptional
```

**`x86_64` architecture:**
```ini
[hmlendea-x86_64]
Server = https://github.com/hmlendea/PKGBUILDs/releases/latest/download/
SigLevel = PackageOptional
```