void-packages/srcpkgs/runit-nftables/template
2020-01-24 11:46:06 +01:00

15 lines
370 B
Bash

# Template file for 'runit-nftables'
pkgname=runit-nftables
version=20200123
revision=1
archs=noarch
depends="runit-void nftables"
short_desc="Restore nftables rules on boot"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="Public Domain"
homepage="https://www.voidlinux.org"
do_install() {
vinstall ${FILESDIR}/91-nftables.sh 0644 etc/runit/core-services
}