-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge v1.1.0 with master
- Loading branch information
Showing
12 changed files
with
706 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
language: minimal | ||
script: ./.run-tests.sh | ||
env: | ||
matrix: | ||
secure: R9MaZYFL8b59fQdIyiqubx2IbhM3f4vvOTH9PozrE+s693sKofcqITw+KS9aachjGjyGZe8ko3MsOx6rbRMkD4s9b7HtKPP05p8AJP+Rnzw5zcOK4Xz54kXsF6lLwaJ5nxw8OFyGHyXagCaPdu/ezy2vuu+Ll5/ay2uOmYx0Bfu/ul/f9mAjZ5PbQpKJiMMGFaIGU4bdF+J9qV8bLQuLtxF5IL8Do8ModhfhTYne0LFmFBCs2QesbXkAIbb9buZi9SPuf2QSi5Iedqz+oosfuMWlAdy6HMTovCc0h3iw7Je661NFi2zOYt5q9oKhTo6AHtHVhoQafULjj885ZB2MieDow4vg+vIXn8auftbBO557tFfmO0IrJw18/KBETQQb0fM/3BRNlmH1b9pM9I0wFjd9kgdWIyC9Jd6+7HUK59u0iaOSs9bzgQHmWskq0GY1FZ9QDDYo0zYX7s6LiQmSyzeoIMQznSGMDYr1Vc/YVBm9xHjjg9GXBHHXXJLVPNjXYBjW2tyk7HJ+ORa/DfZk1PW7BJUGHvER9uBbq2IfuzmODtgH6M19lWhbrkQOgcKxdzI4hdPN8hQj16pt4M1xwoz6yQ5PgsCtLYnuglchnwuU4Azwqbyjwgl8ZyuN4iEjcuiPsDVNwe8WAuue38mB4hU8ZaO00BYPJCCfAxe1k7Y= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# TODO | ||
|
||
## shoppe | ||
|
||
- Implement optional dependencies | ||
- Move all "echo <Error> && exit 1" queries to a single function [1.2.0] | ||
- Make --skip-errors skip all errors [1.2.0] | ||
- Handle '-' switches properly (get every letter) [1.2.0] | ||
|
||
## shoppe-utils | ||
|
||
- Add package conversion | ||
|
||
## Meta | ||
|
||
- Clean up documentation |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# shoppe [![Build Status](https://travis-ci.org/shoppepm/shoppe.svg?branch=master)](https://travis-ci.org/shoppepm/shoppe) | ||
|
||
A portable package manager that integrates with the distro's package manager. | ||
|
||
## Getting started | ||
|
||
```bash | ||
wget https://raw.githubusercontent.com/shoppepm/shoppe/master/shoppe | ||
chmod +x shoppe | ||
./shoppe install shoppe | ||
``` | ||
|
||
Use ``shoppe help`` to display all available commands and switches. | ||
|
||
You can find more documentation in the ``/usr/share/doc/shoppe`` folder, or browse the docs folder in this repository. | ||
|
||
## Documentation | ||
|
||
- [Packages](packages.md) | ||
- [Repositories](repositories.md) | ||
- [Frontend](frontend.md) | ||
- [Frontend support](frontend-support.md) | ||
- [Configuration](configuration.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.