Skip to content

1Alternarium1/VinceR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VinceR

VinceR is an package manager for linux

How to install:

wget https://github.com/1Alternarium1/VinceR/releases/download/v0.1/vincer

Done!

I also recomend you to copy it to ~/bin directory or /usr/bin for easier using vincer (GUI won't work without it)

How to use:

It must be runned as root or with sudo

vincer [action] [package]

i - install [here type the name of the package file (example.vrpkg)]

r - remove [here type just the name of package (example)]

Example:

vincer i vincertest.vrpkg

vincer r vincertest

Structure of packages:

Package for VinceR is just .tar.xz file with .vrpkg file extension that contains this files and directories:

File pkg.config:

NAME: [Here the name of your package]

DESCR: [Here the describtion of your package]

CREATEDESKTOPFILE: [On/Off]

AFTERINSTALL: [Do you need to run afterinstall.sh script included to your package On/Off]

BEFOREINSTALL: [Do you need to run beforeinstall.sh script included to your package On/Off]

CATEGORY: [Category for menu (Only need if CREATEDESKTOPFILE=On)]

VERSION: [Version of your package (Example: 1.0)]

EXEC: [Name of main executable of your program (I recommend you to name it like an program)]

File icon.png:

Just icon for your program (if CREATEDESKTOPFILE=Off, you don't need to create this file) (I'm too lasy to drow icon for VinceR GUI and it don't have icon)

usr directory

It's like an simulation of /usr directory

Example:usr/bin/[package executable file]

At installing time it just copies it to /usr directory

beforeinstall.sh

I think it's clearly for human who reading this (There is some information in pkg.config)

afterinstall.sh

I think it's clearly for human who reading this (There is some information in pkg.config)

About

VinceR is an package manager for linux

Resources

Stars

Watchers

Forks

Packages

No packages published