shithub: moonfish

Download patch

ref: e98047e1d99742bf3a6023d73b2dcdc23452b57a
parent: c1e209f52f0dbbf0036c9c9db2a3058e1dba24f9
author: zamfofex <zamfofex@twdb.moe>
date: Fri Oct 20 10:49:58 EDT 2023

add Guix manifest

--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
 !/README.md
 !/makefile
 !/.build.yml
+!/manifest.scm
 !/minify.sh
 !/moonfish.h
 !/*.c
--- /dev/null
+++ b/manifest.scm
@@ -1,0 +1,4 @@
+; moonfish is licensed under the AGPL (v3 or later)
+; copyright 2023 zamfofex
+
+(specifications->manifest '("make" "gcc-toolchain" "bearssl" "cjson"))
--