~dricottone/apkbuilds

ref: 5f4793401128c761a5f3fc057c1c742fa514d915 apkbuilds/README.md -rw-r--r-- 1.2 KiB
5f479340Dominic Ricottone Initial commit 1 year, 3 months ago

#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 APKBUILDs 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 .