# apkbuilds
## Workflow
Depends on my other projects.
```
docker login https://registry.intra.dominic-ricottone.com
docker pull registry.intra.dominic-ricottone.com/apkbuilder:latest
```
```
git clone https://git.dominic-ricottone.com/~dricottone/simple-builder
cd simple-builder
make
make install
```
Initialize a local copy of the repository with `make pkg`.
Delete any old packages that should no longer be served.
I recommend keeping 2 versions of any package, so that downgrades can be
executed if a runtime bug is discovered.
List packages that can be build with `make ls`.
Begin building packages with `make build`.
On success, built packages are automatically pushed to the repository.
Address failures as needed.
## License
I share the contents of this repository under the BSD 3 clause license, except
where alternate attribution and licensing is required.
Namely, the `APKBUILD`s for sr.ht software is highly derivative of Drew
DeVault.
The original license is reproduced in this repository, co-located with the
corresponding files.
The original license can also be viewed online at
https://git.sr.ht/~sircmpwn/sr.ht-apkbuilds/tree/master/item/LICENSE .