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

Latest commit

 

History

History
16 lines (14 loc) · 591 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 591 Bytes

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