Skip to content
forked from NetBSD/pkgsrc

pkgsrc fork focused on quality and portability to all UNIX-like platforms

Notifications You must be signed in to change notification settings

drecklypkg/dreckly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dreckly

dreckly is a framework for building software for a variety of UNIX-like systems. dreckly is a fork of pkgsrc, with a specific focus on the following mission:

To provide a useful collection of software for all UNIX-like systems.

To achieve that mission we are guided by our principle values:

  • Portability
  • Stability
  • Robustness
  • Maintainability

Further background on our mission and values can be found here.

Dreckly is a Cornish word that means a task will be done at some point in the future. "I'll do it dreckly". There's no mad rush to do things as quickly as possible, with no thought to the consequences. Quality takes time and consideration. This is very much our ethos.

Bootstrapping

To use dreckly, you first need to bootstrap:

cd bootstrap
./bootstrap

Note that this is only for the most simple case, using all defaults.

Please consult bootstrap/README and bootstrap/README.OS for detailed information about bootstrapping.

Building packages

cd category/package-name
$PREFIX/bin/bmake install

Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)

On NetBSD, bmake is simply the built-in make tool.

To build packages in bulk, tools such as pkgtools/pbulk and pkgtools/pkg_comp can be used.

Community / Troubleshooting

Additional links

Tutorials and guides related to pkgsrc are still applicable to dreckly.

About

pkgsrc fork focused on quality and portability to all UNIX-like platforms

Resources

Stars

Watchers

Forks

Languages

  • Makefile 47.3%
  • C 33.6%
  • C++ 5.0%
  • Shell 4.1%
  • Roff 3.3%
  • Python 1.2%
  • Other 5.5%