This repo contains all the scripts needed to build a Tailscale 1.40.0 package for Slackware 15.0
- run
make install
to build and install the package (look in the Makefile for more options)- this will
sudo bash ./tailscale/tailscale.SlackBuild
- and then it will
sudo installpkg /tmp/tailscale-1.40.0-amd64-1_SBo.tgz
- this will
- ensure the daemon starts on bootup:
sudo chmod +x /etc/rc.d/rc.tailscale
- start the dameon:
sudo /etc/rc.d/rc.tailscale start
- check the logs:
sudo tail -f /var/log/messages | grep -i tailscale
- start Tailscale:
sudo tailscale up
- Install slackpkg from here
- run
make install-linter
to installsbo-maintainer-tools
- run
make lint
to test withsbolint
andsbopkglint
- run
make build-package
- submit the package to SlackBuilds.org here