New package: mkinitcpio-tailscale-0.1.0

This commit is contained in:
classabbyamp 2023-09-11 13:19:09 -04:00
parent f3b2658bbe
commit 178f1e830c
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -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 <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
}