build: add build-deb recipe for vendorless package build

This commit is contained in:
Michael Aaron Murphy 2025-10-08 12:02:03 +02:00
parent 2bba46ecfe
commit a2f53f2239
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -21,6 +21,10 @@ import 'cargo.just'
[private]
default: build-release
# Build a debian package locally without a schroot or vendoring
build-deb:
dpkg-buildpackage -d -nc
# Install everything
install:
install -Dm0644 {{'resources' / appid + '.metainfo.xml'}} {{metainfo-dst}}