jpkg: complete binary package setup

ober

73b6fd9d5a53ab78ccedc50441568caca6c4a94f

diff --git a/.gitignore b/.gitignore
index 10bea38..05bf151 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
 
 # Generated .sls wrappers from src/ .ss source
 lib/**/*.sls
+.jpkg/
diff --git a/jpkg.lock b/jpkg.lock
new file mode 100644
index 0000000..511870b
--- /dev/null
+++ b/jpkg.lock
@@ -0,0 +1,7 @@
+;; jpkg.lock — generated by jpkg; records the exact resolved
+;; dependency graph. Do not edit by hand.
+(lock
+  (version 1)
+  (packages
+   ())
+  )
diff --git a/jpkg.policy.sexp b/jpkg.policy.sexp
new file mode 100644
index 0000000..8ef9023
--- /dev/null
+++ b/jpkg.policy.sexp
@@ -0,0 +1,4 @@
+;; jpkg.policy.sexp — generated by jpkg; keep with jpkg.lock.
+(policy
+  (mode strict)
+  (require (signatures) (provenance)))
diff --git a/jpkg.sexp b/jpkg.sexp
index bd1b20b..bc034c4 100644
--- a/jpkg.sexp
+++ b/jpkg.sexp
@@ -8,4 +8,4 @@
   (modules ((root ".")))
   (dependencies ())
   (dev-dependencies ())
-  (capabilities ()))
+  (capabilities ((executables ("jawk")))))