generated from wm-packages/hyprutils
Update main.sh
This commit is contained in:
parent
23567548e7
commit
f7c5b8bb3a
10
main.sh
10
main.sh
@ -2,22 +2,22 @@
|
||||
|
||||
set -e
|
||||
|
||||
VERSION="0.2.6"
|
||||
VERSION="0.1.1"
|
||||
|
||||
source ./pika-build-config.sh
|
||||
|
||||
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||
|
||||
# Clone Upstream
|
||||
git clone --recurse-submodules https://github.com/hyprwm/hyprutils -b v"$VERSION"
|
||||
cp -rvf ./debian ./hyprutils/
|
||||
cd ./hyprutils
|
||||
git clone --recurse-submodules https://github.com/hyprwm/hyprgraphics -b v"$VERSION"
|
||||
cp -rvf ./debian ./hyprgraphics/
|
||||
cd ./
|
||||
|
||||
# Get build deps
|
||||
apt-get build-dep ./ -y
|
||||
|
||||
# Build package
|
||||
LOGNAME=root dh_make --createorig -y -l -p hyprutils_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
||||
LOGNAME=root dh_make --createorig -y -l -p hyprgraphics_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
||||
dpkg-buildpackage --no-sign
|
||||
|
||||
# Move the debs to output
|
||||
|
Loading…
Reference in New Issue
Block a user