scratchpkg | Package Manager used by Venom Linux

 by   venomlinux Shell Version: 20200729 License: GPL-3.0

kandi X-RAY | scratchpkg Summary

kandi X-RAY | scratchpkg Summary

scratchpkg is a Shell library. scratchpkg has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.

Scratchpkg is a package manager built in order to manage packages for Venom Linux. This package manager is fully written in bash. The package building script uses the port system like in Arch's makepkg and CRUX's pkgmk. Packages are built and installed into a temporary location using DESTDIR method and are afterwards compressed in a file directory using tar. Installing the packaged tar means it is extracted into real system. After that all files extracted is recorded into an index directory. So scratchpkg will track all installed files. Scratchpkg can automatically resolve dependencies order. Scratchpkg reads the build script (spkgbuild) in the ports directory in order to get all necessary variables and functions before building them.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              scratchpkg has a low active ecosystem.
              It has 65 star(s) with 23 fork(s). There are 6 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 9 open issues and 8 have been closed. On average issues are closed in 0 days. There are 5 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of scratchpkg is 20200729

            kandi-Quality Quality

              scratchpkg has 0 bugs and 0 code smells.

            kandi-Security Security

              scratchpkg has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              scratchpkg code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              scratchpkg is licensed under the GPL-3.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              scratchpkg releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of scratchpkg
            Get all kandi verified functions for this library.

            scratchpkg Key Features

            No Key Features are available at this moment for scratchpkg.

            scratchpkg Examples and Code Snippets

            scratchpkg,Package options,scratch
            Shelldot img1Lines of Code : 79dot img1License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            Usage:
            scratch [ mode ] [   ]	
            
            mode:
                install         install packages and its dependencies
                upgrade         upgrade packages and install new dependencies (if any)
                build            build only packages
                remove          remove packages in  
            scratchpkg,Package options,pkgbuild
            Shelldot img2Lines of Code : 35dot img2License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            Usage:
              pkgbuild [   ]
            
            Options:
              -i, --install             install package into system
              -u, --upgrade             upgrade package
              -r, --reinstall           reinstall package
              -c, --ignore-conflict     ignore conflict when installing package
                
            scratchpkg,spkgbuild
            Shelldot img3Lines of Code : 28dot img3License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            # description	: This is example package
            # homepage	: https://example.com/
            # maintainer	: Emmett1, emmett1 dot 2miligrams at gmail dot com
            # depends	: package1 package2 package3
            
            name=foobar
            version=1.0.0
            release=1
            backup="etc/example.conf etc/foobar.  

            Community Discussions

            No Community Discussions are available at this moment for scratchpkg.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install scratchpkg

            Install scripts is a bash script contains command need to run before/after install/upgrade/remove packages in system. The suffix of install script is install. This install script need to placed in port directory and later will included in tar-ed package. The script contains the following functions which run at different times:. This script is executed using sh. Argument is passed when this script is executed.
            Installing is performed by just simply execute/running the file INSTALL.sh:.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/venomlinux/scratchpkg.git

          • CLI

            gh repo clone venomlinux/scratchpkg

          • sshUrl

            git@github.com:venomlinux/scratchpkg.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular Shell Libraries

            awesome

            by sindresorhus

            ohmyzsh

            by ohmyzsh

            realworld

            by gothinkster

            nvm

            by nvm-sh

            papers-we-love

            by papers-we-love

            Try Top Libraries by venomlinux

            ports

            by venomlinuxShell

            venomiso

            by venomlinuxShell

            mkinitramfs

            by venomlinuxShell

            rc

            by venomlinuxShell

            ports-backyard

            by venomlinuxC