draychev / tailscale-SlackBuild

tailscale SlackBuild package for Slackware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo contains all the scripts needed to build a Tailscale 1.40.0 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.40.0-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 to test with sbolint and sbopkglint
  4. run make build-package
  5. submit the package to SlackBuilds.org here

Thanks!

Inspiration for this package:

Documentation:

About

tailscale SlackBuild package for Slackware

License:GNU General Public License v3.0


Languages

Language:Shell 88.4%Language:Makefile 11.6%