https://github.com/ratfactor/slackbuilds
My own slackbuild scripts for Slackware linux.
https://github.com/ratfactor/slackbuilds
Last synced: about 2 months ago
JSON representation
My own slackbuild scripts for Slackware linux.
- Host: GitHub
- URL: https://github.com/ratfactor/slackbuilds
- Owner: ratfactor
- Archived: true
- Created: 2023-02-27T13:30:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T22:49:24.000Z (over 2 years ago)
- Last Synced: 2025-02-12T09:12:18.271Z (about 1 year ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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 /