mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
New package: mkinitcpio-netconf-0.0.5
This commit is contained in:
parent
7df734c948
commit
df6ed329d9
1 changed files with 17 additions and 0 deletions
17
srcpkgs/mkinitcpio-netconf/template
Normal file
17
srcpkgs/mkinitcpio-netconf/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'mkinitcpio-netconf'
|
||||
pkgname=mkinitcpio-netconf
|
||||
version=0.0.5
|
||||
revision=1
|
||||
depends="mkinitcpio-nfs-utils iproute2"
|
||||
short_desc="Hook to set up early userspace networking with mkinitcpio"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/grazzolini/mkinitcpio-netconf"
|
||||
distfiles="https://github.com/grazzolini/mkinitcpio-netconf/archive/v${version}.tar.gz"
|
||||
checksum=373aaf19e02ce3183bf08f6bcd08617204c81c29f3bae1cbfebfabaa94eb6d70
|
||||
|
||||
do_install() {
|
||||
vinstall netconf_hook 644 usr/lib/initcpio/hooks netconf
|
||||
vinstall netconf_install 644 usr/lib/initcpio/install netconf
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue