https://github.com/tkuchiki/stretcher-deb
stretcher debian package
https://github.com/tkuchiki/stretcher-deb
Last synced: 2 months ago
JSON representation
stretcher debian package
- Host: GitHub
- URL: https://github.com/tkuchiki/stretcher-deb
- Owner: tkuchiki
- License: mit
- Created: 2016-11-16T13:11:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-18T00:58:24.000Z (over 8 years ago)
- Last Synced: 2025-01-25T09:11:08.160Z (4 months ago)
- Language: Makefile
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stretcher-deb
stretcher debian package## Download deb package
https://github.com/tkuchiki/stretcher-deb/releases
## Installation
```
git clone https://github.com/tkuchiki/stretcher-deb
cd stretcher-deb
```### Setup
Install dependencies
```
sudo make setup
```### Build deb package
```
make
```### Install
```
sudo make install
```## Operability confirmed
- debian8
- ubuntu14.04
- ubuntu16.04