Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

ratfactor/slackbuilds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dave's Slackbuilds!

**MOVED!** Hello, I am moving my repos to http://ratfactor.com/repos/
and setting them to read-only ("archived") on GitHub. Thank you, -Dave

There are only the slackbuild files as submitted to
slackbuilds.org in this directory.

(Though I may or may not submit everything I create here.)

All testing (including downloading the application source being
build) is NOT done in this repo. 

I do make the tarball for each in this outer directory (ignored
by git) for use in testing:

    $ ./tar-it-up.sh <dir_with_slackbuild>

And then switch to the superuser and copy the resulting .tar.gz to /root
because that's where I'd be making/installing it normally anyway:

    $ sudo -i
    # cp /home/dave/slackbuilds/<package>.tar.gz .
    # tar xf <package>.tar.gz
    # cd <package>
    # grep DOWNLOAD *.info
    DOWNLOAD="https://example.com/<package>.tar.xz"
    DOWNLOAD_x86_64=""
    # wget https://example.com/<package>.tar.xz
    # ./<package>.SlackBuild
    ...
    Slackware package /tmp/<package>-x86_64-1_SBo.tgz created.

    # installpkg /tmp/<package>-x86_64-1_SBo.tgz

LICENSES

See individual <package>/<package.SlackBuild files.

About

My own slackbuild scripts for Slackware linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages