/tailscale-SlackBuild

tailscale SlackBuild package for Slackware

Primary LanguageShellGNU General Public License v3.0GPL-3.0

This repo contains all the scripts needed to build a Tailscale 1.34.1 package for Slackware 15.0

Install Package

  1. 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.34.1-amd64-1_SBo.tgz
  2. ensure the daemon starts on bootup: sudo chmod +x /etc/rc.d/rc.tailscale
  3. start the dameon: sudo /etc/rc.d/rc.tailscale start
  4. check the logs: sudo tail -f /var/log/messages | grep -i tailscale
  5. start Tailscale: sudo tailscale up

Developer:

  1. Install slackpkg from here
  2. run make install-linter to install sbo-maintainer-tools
  3. run make lint
  4. run make build-package
  5. submit the package to SlackBuilds.org here

Thanks!

Inspiration for this package:

Documentation: