laminar-config/jobs/guile-inkplate.run
2024-12-15 00:15:52 -08:00

10 lines
231 B
Bash
Executable file

#!/bin/bash -ex
git clone --depth 1 https://code.ryuslash.org/ryuslash/guile-inkplate.git .
guix shell -D --file=guix.scm <<EOF
set -o errexit
autoreconf -ivf
./configure
make dist
exit
EOF
mv guile-inkplate-*.tar.gz "${ARCHIVE}/"