Skip to content

draychev/tailscale-SlackBuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published