eliten00b / baker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Baker

Compile package

compile openssl 1.0.2d
docker run --rm --name baker-${PACKAGE} baker compile $PACKAGE $VERSION
# dependencies: none
# version: 1.0.2d
# add to compiled_packages: openssl|1.0.2d|

Show packages that depend on a package

depend openssl
# packages depend on openssl: curl, git, nmap

Create new recipe

SOURCE_URL=
DEPENDENCIES=

PRE_CONFIGURE_COMMAND=
CONFIGURE_TOOL=
CONFIGURE_ARGS='--prefix=${PREFIX}'
POST_CONFIGURE_COMMAND=

PRE_MAKE_COMMAND=
MAKE_TOOL=
MAKE_ARGS='-j4'
POST_MAKE_COMMAND='make install DESTDIR=${DESTDIR}'

About


Languages

Language:Shell 100.0%