home: hub: minipeg

Download patch

ref: 5bfa60d0623d1d621fa19e722c7b599eb124a036
parent: 0499be503b2fb46ab55c08af505173793be41ed5
author: Andrew Chambers <ac@acha.ninja>
date: Sun Apr 10 16:54:48 CDT 2022

Fix issue with wrong alpine version.

--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -1,11 +1,5 @@
-image: alpine/latest
-packages:
-- hut
-- mandoc
-- util-linux
+image: alpine/edge
 tasks:
-- upload: |
-    cd minipeg
-    make www/index.html
-    tar -C www -cvz . > ./site.tar.gz
-    hut pages publish -d $site site.tar.gz
\ No newline at end of file
+  - build: |
+      cd minipeg
+      make check