home: hub: minipeg

Download patch

ref: f2468bf2815ee6352d247c3400ef519d2c354cf0
parent: 0d0ea3d6a657f327e65df3999140da99f3376937
author: Andrew Chambers <ac@acha.ninja>
date: Thu Apr 7 22:53:09 CDT 2022

Work on CI.

--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -2,4 +2,6 @@
 sources:
   - https://github.com/andrewchambers/minipeg
 tasks:
-  - build: make check
+  - build: |
+      cd minipeg
+      make check