aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/rosa.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/rosa.go')
-rw-r--r--internal/rosa/rosa.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/internal/rosa/rosa.go b/internal/rosa/rosa.go
new file mode 100644
index 00000000..7ddf4143
--- /dev/null
+++ b/internal/rosa/rosa.go
@@ -0,0 +1,11 @@
+// Package rosa provides Rosa OS toolchain artifacts and miscellaneous software.
+package rosa
+
+import (
+ "hakurei.app/internal/pkg"
+)
+
+const (
+ // kindEtc is the kind of [pkg.Artifact] of cureEtc.
+ kindEtc = iota + pkg.KindCustomOffset
+)