mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
New package: mkinitcpio-tailscale-0.1.0
This commit is contained in:
parent
f3b2658bbe
commit
178f1e830c
1 changed files with 16 additions and 0 deletions
16
srcpkgs/mkinitcpio-tailscale/template
Normal file
16
srcpkgs/mkinitcpio-tailscale/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue