scratchpkg | Package Manager used by Venom Linux
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.
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
Support
scratchpkg has a low active ecosystem.
It has 65 star(s) with 23 fork(s). There are 6 watchers for this library.
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
Quality
scratchpkg has 0 bugs and 0 code smells.
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.
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.
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
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of scratchpkg
scratchpkg Key Features
No Key Features are available at this moment for scratchpkg.
scratchpkg Examples and Code Snippets
Copy
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
Copy
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
Copy
# 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:.
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:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page