Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

pacstall/paconvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

paconvert

Makes converting PKGBUILDS into pacscripts easier

Paconvert will only substitute the names of variables and functions, not the dependencies which needs to be replaced with its corresponding Ubuntu packages.

Syntax: paconvert <flag> <package name> ...

Installation
sudo wget -q -O /bin/paconvert https://raw.githubusercontent.com/pacstall/paconvert/main/paconvert && sudo chmod +x /bin/paconvert

Options:

  • -a --aur, Grab PKGBUILD from the AUR
  • -m --mpr, Grab PKGBUILD from the MPR
  • -l --local, Convert local PKGBUILD
  • -h --help, Display this message