user-based PortSnap + PKG tool for FreeBSD
# bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/bellflower2015/pspkg/master/setup.bash)"
# csh
sh -c 'bash -c "$(curl -fsSL https://raw.githubusercontent.com/bellflower2015/pspkg/master/setup.bash)"'
pspkg [options]
--prefix PSPKGDIR
--update
--search KEYWORD
--install DIR/SUBDIR
--printenv
--help
--version
pspkg --search foo
# specify DIR/SUBDIR of $PORTSDIR
pspkg --install foo/bar
Make sure you have environment variables set:
export PSPKGDIR=$HOME/.pspkg
source $PSPKGDIR/etc/pspkg.conf
(C) 2015 Kikyou Akino [email protected]
This software is released under the MIT License, see LICENSE.