ADD: first visit draft

This commit is contained in:
2025-04-08 10:41:40 +02:00
parent 18504c9a04
commit dc2fab8546
4 changed files with 57 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
#!/usr/bin/env modbuild
pbuild::prep() {
:
}
pbuild::configure() {
:
}
pbuild::compile() {
:
}
pbuild::install() {
visit-install ${V} linux-$(uname -p) $PREFIX
}