24 lines
No EOL
746 B
Markdown
24 lines
No EOL
746 B
Markdown
# Alpacca
|
|
|
|
**NOTE: This project is an early work-in-progress. Many features are not yet implemented.**
|
|
|
|

|
|
|
|
Alpacca is a versatile platform for hosting package repositories.
|
|
|
|
Want to host your own pacman-compatible repository? Or maybe a docker registry? No problem! Alpacca has you covered.
|
|
|
|
Package builds, updates and even registration can be automated.
|
|
|
|
I originally created this because I hate having to maintain my pacman repo via cli.
|
|
|
|
## Development
|
|
|
|
In order to develop and build Alpacca, you will need:
|
|
|
|
* [bun](https://bun.sh/)
|
|
* [go](https://go.dev/)
|
|
|
|
You can then build the entire application using the `build.sh` bash script.
|
|
|
|
 |