Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m3t0r/docker-makepkg
Build an Archlinux package without cluttering your system
https://github.com/m3t0r/docker-makepkg
archlinux docker makepkg
Last synced: 3 days ago
JSON representation
Build an Archlinux package without cluttering your system
- Host: GitHub
- URL: https://github.com/m3t0r/docker-makepkg
- Owner: M3t0r
- Created: 2019-06-22T16:47:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-22T17:10:33.000Z (over 5 years ago)
- Last Synced: 2024-11-10T07:41:48.400Z (2 months ago)
- Topics: archlinux, docker, makepkg
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-makepkg
Build an Archlinux package without cluttering your system with build dependencies, or on non-arch hosts.# Usage
git clone "https://aur.archlinux.org/yay.git"
docker run --rm -v $(pwd)/yay/:/pkg/ m3t0r/makepkg
pacman -U yay/yay*.tar.gz