Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weilbith/AUR
A collection of custom PKGBUILD files to build packages for ArchLinux
https://github.com/weilbith/AUR
archlinux aur pkgbuild
Last synced: 3 months ago
JSON representation
A collection of custom PKGBUILD files to build packages for ArchLinux
- Host: GitHub
- URL: https://github.com/weilbith/AUR
- Owner: weilbith
- License: mit
- Created: 2020-09-30T16:04:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-24T12:58:05.000Z (almost 3 years ago)
- Last Synced: 2024-08-07T18:44:35.569Z (6 months ago)
- Topics: archlinux, aur, pkgbuild
- Language: Shell
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arch User Repository
This is a small collection of diverse `PKGBUILD` files. They are used to build
packages that can be installed to _ArchLinux_. They are just not worth to get
published to the official AUR. Eventually it is not conform with the submission
guidelines as well.The goal is to have everything on your computer managed as either an package of
the OS or a plugin (if it is strongly related to a specific tool or
environment). The package for the OS is the always preferred approach if
possible.Follow the instructions of the `README`s in the according directory
of a package to install it.Note that some private packages also include source files. These are usually
just private bash scripts that get installed to `/usr/bin/` for convenience.
Although this might not be the cleanest design, it is simply too tortuous to
maintain them somewhere else.