From 6f3b942ded9d8c5c3e178bcf876f0624877d19fb Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Fri, 10 Feb 2023 08:10:47 -0800 Subject: [PATCH] Build manifest for sr.ht. --- implementations/C/build.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 implementations/C/build.yml diff --git a/implementations/C/build.yml b/implementations/C/build.yml new file mode 100644 index 0000000..1e55211 --- /dev/null +++ b/implementations/C/build.yml @@ -0,0 +1,14 @@ +image: freebsd/13.x +arch: amd64 +packages: + - python + - gperf + - gmake + - boehm-gc + - gmp +sources: + - https://github.com/calroc/Thun +tasks: + - setup: | + cd Thun/implementations/C + gmake