https://github.com/barnumbirr/berry-debian
Debian packages for berry.
https://github.com/barnumbirr/berry-debian
berry berrywm debian debian-package debian-packages
Last synced: 4 months ago
JSON representation
Debian packages for berry.
- Host: GitHub
- URL: https://github.com/barnumbirr/berry-debian
- Owner: barnumbirr
- License: mit
- Created: 2020-04-20T22:26:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-24T06:03:29.000Z (12 months ago)
- Last Synced: 2025-06-24T06:36:41.924Z (12 months ago)
- Topics: berry, berrywm, debian, debian-package, debian-packages
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# berry-debian
This repository contains the source to build a Debian package for [berry](https://github.com/JLErvin/berry).
## Usage
If you have [Docker](https://www.docker.com/) installed locally, just run the following:
```bash
user@hostname$ ./build.sh
```
By default this will build berry 0.1.13 on Debian Bookworm.
If you want to customize the build at runtime, use the following:
```bash
user@hostname$ ./build.sh -i debian:unstable-slim -v 0.1.9
```
Don't forget to update `debian/changelog` so your package is generated with the correct version.
## Release
To publish a new package version to Github, follow these steps:
* update the `VERSION` variable in `build.sh`
* add a new entry in `debian/changelog`
* create a new tag with the Debian package version
## License
```
MIT License
Copyright (c) 2020-2025, Martin Simon
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```
## Buy me a coffee?
If you feel like buying me a coffee (or a beer?), donations are welcome:
```
BTC : bc1qq04jnuqqavpccfptmddqjkg7cuspy3new4sxq9
DOGE: DRBkryyau5CMxpBzVmrBAjK6dVdMZSBsuS
ETH : 0x2238A11856428b72E80D70Be8666729497059d95
LTC : MQwXsBrArLRHQzwQZAjJPNrxGS1uNDDKX6
```