ThiBsc / debpac

A debian package creator assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

debpac

A debian package creator assistant. Build Status

This package is available in Android termux-x11-packages

Development status

Last update:
Remove gksu dependency (removed from ubuntu)
To use TERMUX_PATH (/data/data/com.termux/files/), add the following line in the debpac.pro file:

DEFINES += USE_TERMUX_PATH

In the next version:

Features State
Tooltip on tree element hover progress
Improve the syntaxic coloration for file editing progress
Improve the number of file type recognition by "magic number" progress

Second release progress progress

Requirements

  • qt5-default

Installation

Manual compilation

git clone https://github.com/thibsc/debpac.git
cd debpac
mkdir build
cd build
qmake ../debpac.pro
make && make clean

Termux package

pkg install debpac

How to use

Demo debpac

Support development 👍

  • Star the project ⭐
  • You can fork the project and implement the features in the development status section

Credits

Icons Author
binary
file
diskette
generate
add_script
about
credits
import
Icon made by Freepik
https://www.flaticon.com/authors/freepik
audio
package
image
Icon made by Buddhe
https://www.flaticon.com/authors/pixel-buddha
archive Icon made by Roundicons
https://www.flaticon.com/authors/roundicons
folder Icon made by Smashicons
https://www.flaticon.com/authors/smashicons
desktop Icon made by vectors Market
https://www.flaticon.com/authors/vectors-market

About

A debian package creator assistant

License:GNU General Public License v3.0


Languages

Language:C++ 98.0%Language:QMake 1.6%Language:Shell 0.4%