Stowpkg: ports system based on GNU Stow
=======================================
-A portable, non-conflicting Unix package manager built atop of [GNU Stow](https://www.gnu.org/software/stow/).
+A portable, non-conflicting Unix package manager built atop of [GNU
+Stow](https://www.gnu.org/software/stow/).
Features
--------
Use `~/.config/stowpkg` do put any default parameters. Current supported params include
-* `BASE`: defaults to `<stowpkg-repo>/tree/<architecture>`, but can be configured to anything like
- `/usr/local` with corresponding packages installed at `/usr/local/stow`.
+* `BASE`: defaults to `<stowpkg-repo>/tree/<architecture>`, but can be
+ configured to anything like `/usr/local` with corresponding packages
+ installed at `/usr/local/stow`.
Filesystem layout
-----------------
echo "$BASENAME: package not found: $package"
exit 1
fi
-
+
if [ "`basename $location`" != "$package" ]; then
echo "$BASENAME: package not found: $package"
exit 1