kernel-pika/main.sh
2023-06-16 19:17:20 +01:00

15 lines
205 B
Bash
Executable File

# Clone Upstream
cd ./kernel-pika
# Get build deps
apt-get build-dep ./ -y
# Build package
dh_make --createorig
dpkg-buildpackage
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/