Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hmlendea/pkgbuilds
- Owner: hmlendea
- Created: 2016-10-21T23:38:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T05:36:05.000Z (9 months ago)
- Last Synced: 2024-04-12T12:12:34.853Z (8 months ago)
- Topics: archlinux, archlinux-repo, pkgbuilds
- Language: Shell
- Homepage: https://github.com/hmlendea/PKGBUILDs/releases/latest/download/
- Size: 213 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```