https://github.com/coder/synology
a work in progress prototype
https://github.com/coder/synology
Last synced: 8 months ago
JSON representation
a work in progress prototype
- Host: GitHub
- URL: https://github.com/coder/synology
- Owner: coder
- License: mit
- Created: 2022-10-27T21:34:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T21:37:27.000Z (about 3 years ago)
- Last Synced: 2025-02-16T11:56:40.176Z (11 months ago)
- Language: Shell
- Homepage:
- Size: 64.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Synology minimal package.
This package is depend on Synology toolkit framework.
This package is a template package, users can modify this package to generate their own packages.
Please setup the toolkit by following [pkgscripts-ng](https://github.com/SynologyOpenSource/pkgscripts-ng)
## Build package.
After setup toolkit environment, you can create minimalPkg by command:
```
pkgscripts-ng/PkgCreate.py [-p {platforms}] -c minimalPkg
e.g
pkgscripts-ng/PkgCreate.py -p 6281 -c minimalPkg # will generate package for platform 6281
pkgscripts-ng/PkgCreate.py -c minimalPkg # will generate package for all platforms in build_env
```
You can find generated packages in result_spk directory.