Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ratfactor/slackbuilds
- Owner: ratfactor
- Created: 2023-02-27T13:30:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T23:49:00.000Z (almost 2 years ago)
- Last Synced: 2023-03-22T17:50:21.208Z (almost 2 years ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- 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, -DaveThere 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 /