mirror of
https://github.com/helixarch/debtap
synced 2025-04-19 01:20:06 +02:00
Compare commits
26 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
7a38d3df70 | ||
|
1942d4368e | ||
|
af094c7b2b | ||
|
26ed775990 | ||
|
7c1044c69a | ||
|
23ea2dd4c6 | ||
|
53b48ff8a1 | ||
|
56e91d001b | ||
|
9eab3a69c5 | ||
|
0c4f92b12e | ||
|
795ad62414 | ||
|
99991fa9c9 | ||
|
4a94689739 | ||
|
a72e9f1335 | ||
|
7bb6814d35 | ||
|
02d3b9f8fd | ||
|
b69cb86bba | ||
|
e113d8d3df | ||
|
44aff8c10d | ||
|
dd82b9675d | ||
|
ea0f2fe475 | ||
|
76d68c254a | ||
|
1cb0669745 | ||
|
7ce761c91e | ||
|
c2dd400484 | ||
|
e3f16487f1 |
@ -31,7 +31,7 @@ A script for converting .deb packages into Arch Linux packages, focused on accur
|
|||||||
|
|
||||||
**Q: How do I use debtap?**
|
**Q: How do I use debtap?**
|
||||||
|
|
||||||
**A:** The syntax is quite simple actually: `debtap [options] package_filename`
|
**A:** The syntax is quite simple actually: `Syntax: debtap -o output_directory [other_options] package_filename`
|
||||||
For example: `debtap world-of-goo-demo_1.0_i386.deb`
|
For example: `debtap world-of-goo-demo_1.0_i386.deb`
|
||||||
|
|
||||||
Any recommendations or questions for debtap are welcomed!
|
Any recommendations or questions for debtap are welcomed!
|
||||||
@ -47,4 +47,5 @@ Available options:
|
|||||||
-w --wipeout Wipeout versions from all dependencies, conflicts etc.
|
-w --wipeout Wipeout versions from all dependencies, conflicts etc.
|
||||||
-p --pkgbuild Additionally generate a PKGBUILD file
|
-p --pkgbuild Additionally generate a PKGBUILD file
|
||||||
-P --Pkgbuild Generate a PKGBUILD file only
|
-P --Pkgbuild Generate a PKGBUILD file only
|
||||||
|
-o --output Output directory for generated package and/or pkgbuild (optional)
|
||||||
-v --version Print version
|
-v --version Print version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user