packages/joe/build.sh

12 lines
209 B
Bash
Raw Permalink Normal View History

2025-06-20 12:34:13 +02:00
#!/bin/sh
set -e
name=joe
../build_nixpkg.sh $name
out=$(pwd)
set -x
rm -rf *.zip bin usr etc || true
cp -r result/{bin,etc} .
mkdir usr
cp -r result/share usr/.
zip -r package.$name.zip bin usr etc root .env