Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ratfactor/slackbuilds

My own slackbuild scripts for Slackware linux.
https://github.com/ratfactor/slackbuilds

Last synced: 3 months ago
JSON representation

My own slackbuild scripts for Slackware linux.

Awesome Lists containing this project

README

        

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

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/.tar.gz .
# tar xf .tar.gz
# cd
# grep DOWNLOAD *.info
DOWNLOAD="https://example.com/.tar.xz"
DOWNLOAD_x86_64=""
# wget https://example.com/.tar.xz
# ./.SlackBuild
...
Slackware package /tmp/-x86_64-1_SBo.tgz created.

# installpkg /tmp/-x86_64-1_SBo.tgz

LICENSES

See individual /