diff --git a/srcpkgs/mkinitcpio-tailscale/template b/srcpkgs/mkinitcpio-tailscale/template new file mode 100644 index 00000000000..57d8c2a0375 --- /dev/null +++ b/srcpkgs/mkinitcpio-tailscale/template @@ -0,0 +1,16 @@ +# Template file for 'mkinitcpio-tailscale' +pkgname=mkinitcpio-tailscale +version=0.1.0 +revision=1 +build_style=gnu-makefile +depends="iptables tailscale" +short_desc="Hook for mkinitcpio to enable tailscale access in early userspace" +maintainer="classabbyamp " +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 +}