pkgutils: fix recipe for rewrite

This commit is contained in:
Jeremy Soller 2024-10-18 08:14:31 -06:00
parent 3b954f7f72
commit 7a5766176d
No known key found for this signature in database
GPG Key ID: D02FD439211AF56F

View File

@ -2,4 +2,8 @@
git = "https://gitlab.redox-os.org/redox-os/pkgutils.git"
[build]
template = "cargo"
template = "custom"
script = """
PACKAGE_PATH=pkg-cli
cookbook_cargo
"""