laminar-config/jobs/guile-inkplate.run

11 lines
231 B
Text
Raw Normal View History

2024-12-15 09:15:52 +01:00
#!/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}/"