ananicy-rules/main.sh
2023-06-26 19:55:02 +01:00

22 lines
349 B
Bash
Executable File

#! /bin/bash
DEBIAN_FRONTEND=noninteractive
# Clone Upstream
cd ananicy-rules
git clone https://github.com/CachyOS/ananicy-rules.git ./etc/ananicy.d
# Get build deps
apt-get build-dep ./ -y
# Build package
dh_make --createorig
# Build package
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/