Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/velikodniy/micro-deb
Script that packages Micro editor into .deb
https://github.com/velikodniy/micro-deb
command-line deb-packages debian editor text-editor ubuntu
Last synced: 19 days ago
JSON representation
Script that packages Micro editor into .deb
- Host: GitHub
- URL: https://github.com/velikodniy/micro-deb
- Owner: velikodniy
- License: mit
- Created: 2018-01-29T08:05:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T17:28:41.000Z (almost 7 years ago)
- Last Synced: 2024-11-24T04:12:04.617Z (3 months ago)
- Topics: command-line, deb-packages, debian, editor, text-editor, ubuntu
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Micro editor debian package generator
=====================================This script downloads the latest version of [Micro editor](https://micro-editor.github.io/)
and creates Debian package (.deb file).Usage
-----Download the script and execute it:
```bash
./micro-deb
```It will create a deb file in the current directory.
You can install it with `dpkg`:```bash
dpkg -i micro_.deb
```Restrictions
------------The script supports only these architectures:
- linux32,
- linux64
- linux-arm.