home: hub: minipeg

Download patch

ref: 9b6180466a47b36838ac9e26c1641b5c1f3e1286
parent: f7de34a6be61d4e5d20e36fe753250becd88cd30
author: Andrew Chambers <ac@acha.ninja>
date: Thu Apr 7 22:41:20 CDT 2022

Add CI config.

--- /dev/null
+++ b/.builds/alpine.yml
@@ -1,0 +1,5 @@
+image: alpine/latest
+sources:
+  - https://github.com/andrewchambers/minias
+tasks:
+  - build: make check
--- /dev/null
+++ b/.builds/openbsd.yml
@@ -1,0 +1,5 @@
+image: openbsd/latest
+sources:
+  - https://github.com/andrewchambers/minipeg
+tasks:
+  - build: make check