We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0664ac5 commit 736e323Copy full SHA for 736e323
build.sh
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+
3
+# This script exists solely for build_manifest.yml,
4
+# and does not need to be invoked otherwise.
5
6
+cargo build --release
build_manifest.yml
@@ -1,11 +1,13 @@
id: "example_package"
aliases: ["example"]
+edition: 2025
metadata:
name: "Example Package"
7
description: "This is an example package. It should include the entire Flint source Repository."
8
license: "MIT or APACHE-2.0"
9
homepage_url: "https://github.com/TimelessOS/Flint"
- # This package does not have a version.
10
11
-directory: src
+directory: target/release/flint
12
+build_script: build.sh
13
+commands: ["flint"]
0 commit comments