Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 1.71 KB

README.md

File metadata and controls

68 lines (45 loc) · 1.71 KB

Welcome to aur-package-builder-api 👋

License: MIT

This go API builds arch linux user repository packages automatically.

Install

go mod tidy

Usage

Go into the project folder

First create a config yaml

Execute the following command and change all sample values in your config to your needs.

cd cmd/api && cp config.sample.yml config.yml

Native way

cd cmd/api && go run main.go

To use air

First you have to install air. Instructions here. After air is installed, execute the command in root project folder.

air

Author

👤 Tim Lange

Contributor

👤 Niklas Dörfler

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check the [issues page].(https://github.com/drzombey/aur-package-builder-api/issues).

If you have any features that you would like to implement, please create an issue to discuss your idea.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2022 Tim Lange.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator