supergfxctl/main.sh

17 lines
337 B
Bash
Raw Normal View History

2023-03-04 14:52:44 +01:00
# Clone Upstream
2023-05-11 08:01:14 +02:00
git clone https://gitlab.com/asus-linux/supergfxctl -b 5.1.1
2023-03-04 14:52:44 +01:00
cp -rvf ./debian ./supergfxctl
cd ./supergfxctl
# Get build deps
apt-get build-dep ./ -y
# Build package
2023-05-11 08:01:14 +02:00
LOGNAME=root dh_make --createorig -y -l -p supergfxctl_5.1.1
2023-03-04 14:52:44 +01:00
dpkg-buildpackage
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/