packages/nano/build.sh

12 lines
200 B
Bash
Raw Permalink Normal View History

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