void-packages/srcpkgs/mkinitcpio-tailscale/template

17 lines
600 B
Bash
Raw Normal View History

# Template file for 'mkinitcpio-tailscale'
pkgname=mkinitcpio-tailscale
version=0.1.0
revision=3
build_style=gnu-makefile
depends="mkinitcpio iptables psmisc tailscale"
short_desc="Hook for mkinitcpio to enable tailscale access in early userspace"
maintainer="classabbyamp <void@placeviolette.net>"
license="BSD-2-Clause"
homepage="https://github.com/classabbyamp/mkinitcpio-tailscale"
distfiles="https://github.com/classabbyamp/mkinitcpio-tailscale/archive/refs/tags/v${version}.tar.gz"
checksum=cd73c544f4d9b310a63b3ed1616c60a7bee0bb7f5e86dbfc6e791e33b5c8d755
post_install() {
vlicense LICENSE
}