update docs
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
format = 1
|
||||
format = 2
|
||||
id = "demo.report"
|
||||
name = "System report"
|
||||
version = "1.0"
|
||||
architecture = "any"
|
||||
root = "root"
|
||||
|
||||
[commands]
|
||||
report = "bin/report"
|
||||
report = "usr/bin/report"
|
||||
|
||||
[source]
|
||||
package = "fds-demo-report"
|
||||
template = "void"
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
printf 'FDS cartridge system report\n'
|
||||
uname -m
|
||||
id
|
||||
[ "${1-}" != hold ] || exec tail -f /dev/null
|
||||
@@ -0,0 +1,12 @@
|
||||
pkgname=fds-demo-report
|
||||
version=1.0
|
||||
revision=1
|
||||
archs="aarch64"
|
||||
depends="bash coreutils"
|
||||
short_desc="FDS cartridge report example"
|
||||
maintainer="FDS/OS maintainers"
|
||||
license="MIT"
|
||||
homepage="https://docs.voidlinux.org/xbps/"
|
||||
do_install() {
|
||||
vbin "${FILESDIR}/report"
|
||||
}
|
||||
Reference in New Issue
Block a user