hyprwall/debian/rules

20 lines
412 B
Plaintext
Raw Normal View History

2024-11-27 12:53:53 +01:00
#! /usr/bin/make -f
## See debhelper(7) (uncomment to enable).
## Output every command that modifies files on the build system.
export DH_VERBOSE = 1
export PIKA_BUILD_ARCH = $(shell cat ../pika-build-arch)
2024-11-27 12:54:24 +01:00
export VENDORED ?= 1
CLEAN ?= 1
2024-11-27 12:53:53 +01:00
%:
dh $@
2024-11-27 12:54:24 +01:00
override_dh_auto_build:
2024-11-27 13:02:39 +01:00
env CARGO_HOME="$$(pwd)/target/cargo"
cargo build --release
2024-11-27 12:54:24 +01:00
dh_auto_build
override_dh_auto_install:
dh_auto_install -- prefix=/usr