Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netxms/isotree-deb
https://github.com/netxms/isotree-deb
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netxms/isotree-deb
- Owner: netxms
- License: mit
- Created: 2024-04-30T09:50:42.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-01T20:16:27.000Z (8 months ago)
- Last Synced: 2024-05-02T06:48:02.936Z (8 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog
- License: LICENSE
Awesome Lists containing this project
README
# Debian packages for isotree library
This repository contains the Debian packaging files for the [isotree library](https://github.com/netxms/isotree).
## Building the package
```sh
apt update && apt install build-essential git cmake debhelper-compat -y# produce libisotree_0.6.1.orig.tar.gz from the upstream source
./make-dist.sh
# or even
# curl https://raw.githubusercontent.com/netxms/isotree-deb/main/make-dist.sh | shtar zxf libisotree_0.6.1.orig.tar.gz
cd libisotree-0.6.1
git clone https://github.com/netxms/isotree-deb debian
dpkg-buildpackage --no-sign
```