New package: rock64-base-0.1
This commit is contained in:
parent
0044ac555e
commit
1d714a068b
2 changed files with 17 additions and 0 deletions
5
srcpkgs/rock64-base/INSTALL
Normal file
5
srcpkgs/rock64-base/INSTALL
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
if [ "${UPDATE}" = "no" ] && [ "${ACTION}" = "post" ]; then
|
||||||
|
mkdir -p etc/runit/runsvdir/default/
|
||||||
|
ln -sf /etc/sv/sshd etc/runit/runsvdir/default/
|
||||||
|
ln -sf /etc/sv/dhcpcd etc/runit/runsvdir/default/
|
||||||
|
fi
|
12
srcpkgs/rock64-base/template
Normal file
12
srcpkgs/rock64-base/template
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# Template file for 'rock64-base'
|
||||||
|
pkgname=rock64-base
|
||||||
|
version=0.1
|
||||||
|
revision=1
|
||||||
|
archs="aarch64*"
|
||||||
|
build_style=meta
|
||||||
|
# Linux 5.10 used for USB3 support and stability
|
||||||
|
depends="rock64-uboot u-boot-menu linux5.10 dracut"
|
||||||
|
short_desc="Void Linux Rock64 platform package"
|
||||||
|
maintainer="Cameron Nemo <cnemo@tutanota.org>"
|
||||||
|
license="Public Domain"
|
||||||
|
homepage="https://www.voidlinux.org"
|
Loading…
Add table
Add a link
Reference in a new issue