aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-01-05pkg_build(): create package directories manuallymerakor
2021-01-05cpt: add 'cbi' shortcut for checksum, build, and installmerakor
2021-01-05run_hook(): store and release the CPT_HOOK variablemerakor
2021-01-04cpt-download: exit with success on usagemerakor
2021-01-04cpt-checksum: exit with success on usagemerakor
2021-01-04cpt-alternatives: exit with success on usagemerakor
2021-01-04Merge branch '5.1.x'merakor
2021-01-04pkg_swap(): fix swap regular expressionmerakor
2021-01-04pkg_get_base: fix shellcheck error on older versionsmerakor
2021-01-04pkg_get_base(): Return with success if cpt-base doesn't existmerakor
2021-01-03pkg_gentree(): add function to generate a dependency graphmerakor
2021-01-03pkg_get_base(): add function to print the packages defined in /etc/cpt-basemerakor
2021-01-03sepchar(): add function to seperate characters on given stringmerakor
2021-01-03_seq(): add function to print numbers sequentiallymerakor
2021-01-03as_root(): add `sls` to accepted root toolsmerakor
2020-12-30cpt-install|cpt-remove: fix faulty CPT_PATHmerakor
2020-12-30cpt-build: fix faulty CPT_PATH settingmerakor
2020-12-27cpt: print docstrings using awk instead of sedmerakor
2020-12-24cpt: do not track info directory pagesmerakor
2020-12-24lib.rc: move helper functions to a seperate filemerakor
2020-12-21cpt-lib: add ability to be used as a scriptmerakor
2020-12-21cpt: remove cpt-stat and cpt-readlink, add _stat() and _readlinkfmerakor
2020-12-21tests: calm shellcheck downmerakor
2020-12-21Merge branch 'master' into redoredomerakor
2020-12-21create_cache(): new variable and argument changesmerakor
2020-12-20src: be more specific for calling shellcheck on scriptsmerakor
2020-12-20src: remove Makefilemerakor
2020-12-20cpt: update redo build filesmerakor
2020-12-20cpt-lib: move to cpt-lib.inmerakor
2020-12-20cpt-lib: fix a bug in pkg_clean when CPT_DEBUG was set5.1.1merakor
2020-11-24cpt: bump to 5.1.05.1.0merakor
2020-11-24lib: make cache more readable and fix removing of temporary filesmerakor
2020-11-24pkg_swap(): use pkg_owner()merakor
2020-11-24pkg_build(): generate manifest before the dependencies are fixed.merakor
2020-11-11create_cache(): create multi-level temporary directories per processmerakor
2020-11-09cpt-lib: don't make main() a function unto itselfmerakor
2020-11-09getoptions(): parse the options during main() call on cpt-libmerakor
2020-11-03cpt-lib: fix shellcheck errormerakor
2020-11-03cpt-search: add '--others' optionmerakor
2020-10-31src: update parser definitionsmerakor
2020-10-31getoptions: update to 2.0.1merakor
2020-10-25cpt-lib (pkg_fixdeps): rename to pkg_fix_deps and major changes:merakor
2020-10-25pkg_owner(): add function to retrieve the owning package of a filemerakor
2020-10-25cpt-lib: update getoptions library function to v1.1.0merakor
2020-10-06cpt: bump to 5.0.05.0.0merakor
2020-10-06cpt-build: export CPT_TEST variablemerakor
2020-10-05cpt-search: fix typomerakor
2020-10-05cpt-fetch: remove toolmerakor
2020-10-05cpt-update: use -o flag instead of -f for "Only fetch"merakor
2020-10-05cpt-update: add function to only fetch repositoriesmerakor