Age | Commit message (Expand) | Author |
2021-03-12 | pkg_remove(): Fix reverse dependency resolving on sbase grep | merakor |
2021-02-25 | cpt: add support for lz compression/decompression | merakor |
2021-02-23 | pkg_query_meta(): new function to query meta files inside package directories | merakor |
2021-02-23 | pkg_{gentree,get_base}(): use format for newline handling | merakor |
2021-02-23 | pkg_get_base(): use for loop instead of while loop | merakor |
2021-02-22 | pkg_get_base(): return the dependency tree as well | merakor |
2021-02-22 | pkg_gentree(): add 'f' key to include the package itself | merakor |
2021-02-22 | pkg_gentree(): exit instead of returning error with unknown key | merakor |
2021-02-07 | as_root(): reflect rename: sls -> ssu | merakor |
2021-02-04 | cpt-alternatives: use getoptions parser so that global options are recognized | merakor |
2021-02-04 | cpt-lib: disable faulty shellcheck error on older versions | merakor |
2021-02-04 | cpt: switch back to 'make' | merakor |
2021-02-04 | pkg_extract(): Add support for pax and add new methods | merakor |
2021-02-04 | pkg_find(): break early if only a single match is requested | merakor |
2021-02-04 | getoptions: update to 2.5.0 of the library | merakor |
2021-02-04 | cpt-search: add option to ignore package database | merakor |
2021-01-05 | pkg_build(): create package directories manually | merakor |
2021-01-05 | cpt: add 'cbi' shortcut for checksum, build, and install | merakor |
2021-01-05 | run_hook(): store and release the CPT_HOOK variable | merakor |
2021-01-04 | cpt-download: exit with success on usage | merakor |
2021-01-04 | cpt-checksum: exit with success on usage | merakor |
2021-01-04 | cpt-alternatives: exit with success on usage | merakor |
2021-01-04 | Merge branch '5.1.x' | merakor |
2021-01-04 | pkg_swap(): fix swap regular expression | merakor |
2021-01-04 | pkg_get_base: fix shellcheck error on older versions | merakor |
2021-01-04 | pkg_get_base(): Return with success if cpt-base doesn't exist | merakor |
2021-01-03 | pkg_gentree(): add function to generate a dependency graph | merakor |
2021-01-03 | pkg_get_base(): add function to print the packages defined in /etc/cpt-base | merakor |
2021-01-03 | sepchar(): add function to seperate characters on given string | merakor |
2021-01-03 | _seq(): add function to print numbers sequentially | merakor |
2021-01-03 | as_root(): add `sls` to accepted root tools | merakor |
2020-12-30 | cpt-install|cpt-remove: fix faulty CPT_PATH | merakor |
2020-12-30 | cpt-build: fix faulty CPT_PATH setting | merakor |
2020-12-27 | cpt: print docstrings using awk instead of sed | merakor |
2020-12-24 | cpt: do not track info directory pages | merakor |
2020-12-24 | lib.rc: move helper functions to a seperate file | merakor |
2020-12-21 | cpt-lib: add ability to be used as a script | merakor |
2020-12-21 | cpt: remove cpt-stat and cpt-readlink, add _stat() and _readlinkf | merakor |
2020-12-21 | tests: calm shellcheck down | merakor |
2020-12-21 | Merge branch 'master' into redoredo | merakor |
2020-12-21 | create_cache(): new variable and argument changes | merakor |
2020-12-20 | src: be more specific for calling shellcheck on scripts | merakor |
2020-12-20 | src: remove Makefile | merakor |
2020-12-20 | cpt: update redo build files | merakor |
2020-12-20 | cpt-lib: move to cpt-lib.in | merakor |
2020-12-20 | cpt-lib: fix a bug in pkg_clean when CPT_DEBUG was set5.1.1 | merakor |
2020-11-24 | cpt: bump to 5.1.05.1.0 | merakor |
2020-11-24 | lib: make cache more readable and fix removing of temporary files | merakor |
2020-11-24 | pkg_swap(): use pkg_owner() | merakor |
2020-11-24 | pkg_build(): generate manifest before the dependencies are fixed. | merakor |