cosmic-terminal/debian/rules

19 lines
287 B
Text
Raw Normal View History

2023-12-21 09:05:59 -07:00
#!/usr/bin/make -f
export DESTDIR = debian/cosmic-term
export VENDOR ?= 1
%:
dh $@
override_dh_auto_clean:
if ! ischroot && test "${VENDOR}" = "1"; then \
just vendor; \
2023-12-21 09:05:59 -07:00
fi
override_dh_auto_build:
just build-vendored
override_dh_auto_install:
just rootdir=$(DESTDIR) install