#! /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) override_dh_auto_build: npm install -g pnpm pnpm install pnpm run download-helper-binaries pnpm dist:linux tar.xz override_dh_install: install -d "debian/heroic-games-launcher/opt/heroic" cp -r dist/linux-unpacked/* "debian/heroic-games-launcher/opt/heroic" install -d "debian/heroic-games-launcher/usr/bin" ln -s /opt/heroic/heroic "debian/heroic-games-launcher/usr/bin/heroic" install -d "debian/heroic-games-launcher/usr/share" cp -r "debian/extras/icons" "debian/heroic-games-launcher/usr/share/" install -d "debian/heroic-games-launcher/usr/share/applications/" install -D "debian/extras/heroic.desktop" "debian/heroic-games-launcher/usr/share/applications/heroic.desktop" %: dh $@