mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
New package: rockpro64-base
This commit is contained in:
parent
2b7210d7a9
commit
03d69e22c5
3 changed files with 20 additions and 0 deletions
8
srcpkgs/rockpro64-base/INSTALL
Normal file
8
srcpkgs/rockpro64-base/INSTALL
Normal file
|
@ -0,0 +1,8 @@
|
|||
if [ "${UPDATE}" = "no" ] && [ "${ACTION}" = "post" ]; then
|
||||
mkdir -p etc/runit/runsvdir/default/
|
||||
mkdir -p etc/sv/agetty-ttyS2/
|
||||
ln -sf /etc/sv/sshd etc/runit/runsvdir/default/
|
||||
ln -sf /etc/sv/dhcpcd etc/runit/runsvdir/default/
|
||||
ln -sf /etc/sv/agetty-ttyS2 etc/runit/runsvdir/default/
|
||||
cd etc/sv/agetty-ttyS2/ && ln -sf ../agetty-serial/conf conf && ln -sf ../agetty-generic/finish finish && ln -sf ../agetty-serial/run run && ln -sf /run/runit/supervise.agetty-ttyS2
|
||||
fi
|
11
srcpkgs/rockpro64-base/template
Normal file
11
srcpkgs/rockpro64-base/template
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Template file for 'rockpro64-base'
|
||||
pkgname=rockpro64-base
|
||||
version=1
|
||||
revision=1
|
||||
archs="aarch64*"
|
||||
build_style=meta
|
||||
depends="linux rockpro64-uboot u-boot-menu dracut"
|
||||
short_desc="Void Linux RockPro64 platform package"
|
||||
maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
|
||||
license="Public Domain"
|
||||
homepage="https://www.voidlinux.org"
|
1
srcpkgs/rockpro64-base/update
Normal file
1
srcpkgs/rockpro64-base/update
Normal file
|
@ -0,0 +1 @@
|
|||
disabled="meta package with no distfiles"
|
Loading…
Add table
Reference in a new issue