Skip to content

Commit 17e5b05

Browse files
committed
Add package definition file.
1 parent af133cd commit 17e5b05

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

bpkg.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "inline-source",
3+
"author": "Ben Peachey <potherca@gmail.com>",
4+
"dependencies": {
5+
"potherca-bash/includes": "v0.1.0"
6+
},
7+
"dev-dependencies": {
8+
"mvdan/sh": "v3.2.1",
9+
"koalaman/shellcheck": "v0.7.1"
10+
},
11+
"description": "Inline `source`-ed code.",
12+
"files": [
13+
"LICENSE",
14+
"README.md"
15+
],
16+
"global": "true",
17+
"install": "install -b dist/inline_source ${PREFIX:-/usr/local}/bin/inline_source && chmod +x ${PREFIX:-/usr/local}/bin/inline_source",
18+
"license": "MPL-2.0",
19+
"scripts": [
20+
"dist/inline_source"
21+
],
22+
"version": "0.1.0"
23+
}

0 commit comments

Comments
 (0)