New package: dockstar-base-1
This commit is contained in:
parent
5e755e44b4
commit
eb5aae205c
8
srcpkgs/dockstar-base/INSTALL
Normal file
8
srcpkgs/dockstar-base/INSTALL
Normal file
@ -0,0 +1,8 @@
|
||||
case "$ACTION" in
|
||||
post)
|
||||
mkdir -p etc/runit/runsvdir/default/
|
||||
ln -s /etc/sv/sshd etc/runit/runsvdir/default/
|
||||
ln -s /etc/sv/ntpd etc/runit/runsvdir/default/
|
||||
ln -s /etc/sv/dhcpcd etc/runit/runsvdir/default/
|
||||
;;
|
||||
esac
|
12
srcpkgs/dockstar-base/template
Normal file
12
srcpkgs/dockstar-base/template
Normal file
@ -0,0 +1,12 @@
|
||||
# Template file for 'dockstar-base'
|
||||
pkgname=dockstar-base
|
||||
version=1
|
||||
revision=1
|
||||
build_style=meta
|
||||
homepage="http://www.voidlinux.eu"
|
||||
short_desc="Void Linux Dockstar platform package"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="Public Domain"
|
||||
|
||||
only_for_archs="armv5tel"
|
||||
depends="virtual?ntp-daemon kirkwood-kernel linux-firmware-network dockstar-uboot"
|
Loading…
Reference in New Issue
Block a user