# Maintainer: David Anderson pkgname="tailscale-unstable-bin" _version="1.15.27" pkgver="1.15.27" pkgrel="1" pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they are." arch=("x86_64") url="https://tailscale.com" license=("MIT") depends=("glibc") provides=("tailscale") conflicts=("tailscale") backup=("etc/default/tailscaled") source=("$pkgname-$pkgver.tgz::https://pkgs.tailscale.com/unstable/tailscale_${_version}_amd64.tgz") sha256sums=('6adc62bd392575536e526f0a1d5a79bbcc5f76f8148fa48b56207995210f7b67') install="tailscale.install" package() { cd tailscale_${_version}_amd64 mkdir -p "$pkgdir/usr/bin" "$pkgdir/etc/default" "$pkgdir/usr/lib/systemd/system" install -m755 tailscale tailscaled "$pkgdir/usr/bin" install -m644 systemd/tailscaled.defaults "$pkgdir/etc/default/tailscaled" install -m644 systemd/tailscaled.service "$pkgdir/usr/lib/systemd/system" }