| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| debian/ | 04-Jul-2025 | - | 80 | 46 | ||
| flatpak/ | 04-Jul-2025 | - | 41 | 39 | ||
| rpm/ | 04-Jul-2025 | - | 98 | 83 | ||
| PKGBUILD | D | 04-Jul-2025 | 707 | 25 | 20 | |
| README.md | D | 04-Jul-2025 | 1.3 KiB | 37 | 30 |
README.md
1# Distribution Packages  2The relevant packaging necessary to generate DEB, flatpak and PKG distribution packages is contained here. The generated packages can be used on a distribution such as Fedora, Debian, Ubuntu or Manjaro. 3 4# DEB packages 5To build the DEBs, run these commands (from the root of your git checkout): 6```bash 7cp -r contrib/debian . 8debuild --no-lintian 9``` 10To build source files, modify the [change log](debian/changelog) accordingly and run: 11```bash 12cp -r contrib/debian . 13debuild -S 14``` 15 16# PKG 17A sample [PKGBUILD](PKGBUILD) is included. 18 19# Flatpak 20To build the Flatpak, run these commands (from the root of your git checkout): 21```bash 22meson build --prefix=/usr 23pushd build 24meson dist 25popd 26cp contrib/flatpak/org.coreboot.coreboot-configurator.json . 27flatpak-builder build-dir org.coreboot.coreboot-configurator.json 28``` 29 30## Copying or Reusing 31Included scripts are free software licensed under the terms of the [GNU General Public License, version 3](https://www.gnu.org/licenses/gpl-3.0.txt). 32 33# [© Star Labs® / All Rights Reserved.](https://starlabs.systems) 34Any issues or questions, please contact us at [support@starlabs.systems](mailto:supportstarlabs.systems) 35 36View our full range of Linux laptops at: [https://starlabs.systems](https://starlabs.systems) 37