mirror of
https://github.com/mellowcandle/bitwise.git
synced 2025-02-22 14:54:29 +01:00
19 lines
398 B
YAML
19 lines
398 B
YAML
name: bitwise
|
|
version: "v0.41"
|
|
summary: Terminal based bitwise calculator in curses
|
|
description: |
|
|
Interactively manipulate bits.
|
|
|
|
confinement: strict
|
|
|
|
apps:
|
|
bitwise:
|
|
command: bitwise
|
|
|
|
parts:
|
|
bitwise:
|
|
plugin: autotools
|
|
source: https://github.com/mellowcandle/bitwise/releases/download/v0.40/bitwise-v0.40.tar.gz
|
|
build-packages:
|
|
- libncurses5-dev
|
|
- libreadline-dev
|