TO-DO:
- Enforce conventional Commits
- Setup a CI pipeline
- Explain Google Shell Styleguide
- Explain Scoop's directory separation
Remember to follow the proper git guidelines at all times.
- Create the target installation directory:
mkdir $HOME/.local/opt
- Clone the repository on the target directory:
git -C $HOME/.local/opt clone https://github.com/bpt-org/bpt
-
Make changes on a development branch.
-
Update the PKGBUILD inside main.
TO-DO: Create a development bucket in another branch.
- Create a package with the new version.
bpt build bpt