scx/debian/rules
2025-02-05 22:04:07 +01:00

14 lines
413 B
Makefile
Executable File

#!/usr/bin/make -f
export PATH := $(PATH):/root/.cargo/bin
export PATH := $(shell . /root/.cargo/env && echo $$PATH)
export $(shell . /root/.cargo/env && env | grep "^CARGO_\|^RUSTUP_" | sed "s/=/:=/")
%:
dh $@ --buildsystem=meson
override_dh_installsystemd:
dh_installsystemd --no-start --no-enable
override_dh_auto_configure:
dh_auto_configure -- -Dsystemd=enabled -Dopenrc=disabled -Dlibalpm=disabled