Skip to content

Commit

Permalink
Merge pull request #90 from TypedDevs/feat/add-bpkg
Browse files Browse the repository at this point in the history
Add bpkg.json
  • Loading branch information
khru authored Sep 15, 2023
2 parents f6771f0 + 09013b6 commit 0473dc1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "bashunit",
"description": "A simple testing library for bash scripts.",
"scripts": [ "bashunit" ],
"install": "install -b bashunit ${PREFIX:-/usr/local}/bin/bashunit",
"global": "false"
}

0 comments on commit 0473dc1

Please sign in to comment.