File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- flag is a frontend for pkgsrc
1+ ** flag** is a frontend for [ pkgsrc] ( ) , a portable package build system. The goal is to
2+ have a tool similar to what ` emerge ` is for ` Portage ` or ` yaourt ` is for ` AUR ` .
3+ It should work on most platforms supported by ` pkgsrc ` , including NetBSD, Linux,
4+ macOS and others.
5+
6+ # Usage
7+ ** flag** wraps existing pkgsrc tools and make targets in convenient subcommands:
8+ * ` flag search tmux ` - search for package * tmux* , equivalent of ` pkgfind tmux `
9+ * ` flag install tmux ` - install package * tmux* , wrapper for ` cd /usr/pkgsrc/misc/tmux && make install clean clean-depends `
10+ * ` flag remove tmux ` - wrapper for ` [...] make deinstall `
11+ * ` flag options tmux ` - wrapper for ` [...] make show-options `
12+ * ` flag dependencies tmux ` - wrapper for ` [...] make show-depends `
213
314# Building
415flag is developed on systems with an existing pkgsrc installation.
You can’t perform that action at this time.
0 commit comments