diff options
author | Slack Coder <slackcoder@server.ky> | 2021-06-05 07:48:12 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2021-06-05 07:48:12 -0500 |
commit | 1d492640d4516d675d756162083dd97fca73ca34 (patch) | |
tree | c1052bbc3c333e79d8505832f9c19695ed072ae3 | |
download | slackbuilds-1d492640d4516d675d756162083dd97fca73ca34.tar.xz |
initial commit
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..a905066 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Slack Coder's SlackBuilds + +A collection of scripts to build Slackware packages from application source +code. The scripts follow SlackBuild.org's approach. Some here will be updated +or modified versions from their collection. + +A notable policy difference here is to use the application's official source +code location. + +## See Also + + - [Alien Bob's SlackBuilds](http://www.slackware.com/~alien/slackbuilds) + - [SlackBuilds.org](https://slackbuilds.org) |