Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benmezger/pkgbuilds
Personal and upgraded Archlinux packages
https://github.com/benmezger/pkgbuilds
archlinux pkgbuilds
Last synced: about 1 month ago
JSON representation
Personal and upgraded Archlinux packages
- Host: GitHub
- URL: https://github.com/benmezger/pkgbuilds
- Owner: benmezger
- Created: 2022-02-25T01:08:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T17:00:02.000Z (11 months ago)
- Last Synced: 2024-01-22T20:07:21.280Z (11 months ago)
- Topics: archlinux, pkgbuilds
- Language: Just
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Archlinux repository
Personal Archlinux package repository.
## Requirements
``` sh
pacman -S base-devel just base-devel git
```## Building
* Building a single package
You can build a single package with `just build `
* Building a multiple packages
You can build all enabled packages (See `PACKAGES` file) by running `just all`.