Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 892 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 892 Bytes

pspkg

user-based PortSnap + PKG tool for FreeBSD

Install

# 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)"'

Usage

pspkg [options]

Options

--prefix PSPKGDIR
--update
--search KEYWORD
--install DIR/SUBDIR
--printenv
--help
--version

Example

Search (from ports)

pspkg --search foo

Install (build pkg and install)

# specify DIR/SUBDIR of $PORTSDIR
pspkg --install foo/bar

Note

Make sure you have environment variables set:

export PSPKGDIR=$HOME/.pspkg
source $PSPKGDIR/etc/pspkg.conf

Copyright

(C) 2015 Kikyou Akino [email protected]

License

This software is released under the MIT License, see LICENSE.