build: add build-deb recipe for vendorless package build
This commit is contained in:
parent
2bba46ecfe
commit
a2f53f2239
1 changed files with 4 additions and 0 deletions
4
justfile
4
justfile
|
|
@ -21,6 +21,10 @@ import 'cargo.just'
|
||||||
[private]
|
[private]
|
||||||
default: build-release
|
default: build-release
|
||||||
|
|
||||||
|
# Build a debian package locally without a schroot or vendoring
|
||||||
|
build-deb:
|
||||||
|
dpkg-buildpackage -d -nc
|
||||||
|
|
||||||
# Install everything
|
# Install everything
|
||||||
install:
|
install:
|
||||||
install -Dm0644 {{'resources' / appid + '.metainfo.xml'}} {{metainfo-dst}}
|
install -Dm0644 {{'resources' / appid + '.metainfo.xml'}} {{metainfo-dst}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue