beachcomber 0.5.1

A centralized daemon that caches shell state (git, battery, hostname, etc.) so every consumer reads from one fast cache instead of independently forking shells
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# deb-csdk — Debian package for libbeachcomber-dev

Builds a `.deb` for the C SDK (`libbeachcomber-dev`) using `dpkg-deb`.

## Usage

Run from the repository root:

```sh
bash packaging/deb-csdk/build.sh          # uses default version 0.3.0
bash packaging/deb-csdk/build.sh 1.2.3    # explicit version
```

The script builds the C SDK with `make`, stages the install under a temp
directory, writes a `DEBIAN/control` file, and calls `dpkg-deb` to produce
`libbeachcomber-dev_<VERSION>_amd64.deb` in the current directory.

Requires: `gcc`, `make`, and `dpkg-deb` (available in `dpkg-dev` on Debian/Ubuntu).