generated from general-packages/pika-pkg-template
Update debian/rules
This commit is contained in:
parent
d645e493c5
commit
f36bec18c3
9
debian/rules
vendored
9
debian/rules
vendored
@ -62,6 +62,15 @@ export PIKA_BUILD_ARCH = $(shell cat ../pika-build-arch)
|
|||||||
|
|
||||||
## === End end of region ===
|
## === End end of region ===
|
||||||
|
|
||||||
|
## overriding dh_auto_configure to add custom configs:
|
||||||
|
override_dh_auto_configure:
|
||||||
|
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./build
|
||||||
|
cmake --build ./build --config Release --target hyprlock -j32
|
||||||
|
|
||||||
|
override_dh_install:
|
||||||
|
DESTDIR=debian/tmp cmake --install build
|
||||||
|
dh_install
|
||||||
|
|
||||||
## This here will start the build:
|
## This here will start the build:
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
Loading…
Reference in New Issue
Block a user