mirror of
https://github.com/helixarch/debtap
synced 2025-04-20 01:50:05 +02:00
Compare commits
No commits in common. "master" and "3.2.1" have entirely different histories.
21
README.md
21
README.md
@ -31,7 +31,7 @@ A script for converting .deb packages into Arch Linux packages, focused on accur
|
||||
|
||||
**Q: How do I use debtap?**
|
||||
|
||||
**A:** The syntax is quite simple actually: `Syntax: debtap -o output_directory [other_options] package_filename`
|
||||
**A:** The syntax is quite simple actually: `debtap [options] package_filename`
|
||||
For example: `debtap world-of-goo-demo_1.0_i386.deb`
|
||||
|
||||
Any recommendations or questions for debtap are welcomed!
|
||||
@ -39,13 +39,12 @@ Any recommendations or questions for debtap are welcomed!
|
||||
Available options:
|
||||
==================
|
||||
|
||||
-h --help Prints help
|
||||
-u --update Update debtap database
|
||||
-q --quiet Bypass all questions, except for editing metadata file(s)
|
||||
-Q --Quiet Bypass all questions (not recommended)
|
||||
-s --pseudo Create a pseudo-64-bit package from a 32-bit .deb package
|
||||
-w --wipeout Wipeout versions from all dependencies, conflicts etc.
|
||||
-p --pkgbuild Additionally generate a PKGBUILD file
|
||||
-P --Pkgbuild Generate a PKGBUILD file only
|
||||
-o --output Output directory for generated package and/or pkgbuild (optional)
|
||||
-v --version Print version
|
||||
-h --h -help --help Prints help
|
||||
-u --u -update --update Update debtap database
|
||||
-q --q -quiet --quiet Bypass all questions, except for editing metadata file(s)
|
||||
-Q --Q -Quiet --Quiet Bypass all questions (not recommended)
|
||||
-s --s -pseudo --pseudo Create a pseudo-64-bit package from a 32-bit .deb package
|
||||
-w --w -wipeout --wipeout Wipeout versions from all dependencies, conflicts etc.
|
||||
-p --p -pkgbuild --pkgbuild Additionally generate a PKGBUILD file
|
||||
-P --P -Pkgbuild --Pkgbuild Generate a PKGBUILD file only
|
||||
-v --v -version --version Print version
|
||||
|
Loading…
x
Reference in New Issue
Block a user