summaryrefslogtreecommitdiff
path: root/templates/cargo.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-04 23:28:13 +0100
committerdavidovski <david@davidovski.xyz>2022-05-04 23:28:13 +0100
commit4c585ad54388285500fd18a6aaa516894e0f2c16 (patch)
tree756ab363c11ce8dec4d16e20885c5e422db4a92e /templates/cargo.xibuild
parent751b7f3d84515715d07d92a5aed78062bd39adff (diff)
added xcatclock
Diffstat (limited to 'templates/cargo.xibuild')
-rw-r--r--templates/cargo.xibuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/cargo.xibuild b/templates/cargo.xibuild
new file mode 100644
index 0000000..5cb54ee
--- /dev/null
+++ b/templates/cargo.xibuild
@@ -0,0 +1,7 @@
+build () {
+ cargo build --release --locked --verbose
+}
+
+package () {
+ cargo install --root=$PKG_DEST
+}