Skip to content

Commit

Permalink
Release v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviermaridat committed Oct 4, 2016
1 parent 6aac314 commit 7fccfc4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,17 @@ Installation

Download Qompoter and move it to a place accessible in the `PATH`:

wget https://raw.githubusercontent.com/Fylhan/qompoter/f5ede63cb54586fc0388a95da3c7cab7ee559f1f/qompoter.sh -O qompoter.sh
wget https://raw.githubusercontent.com/Fylhan/qompoter/a406500/qompoter.sh -O qompoter.sh
sudo mv qompoter.sh /usr/bin/qompoter
qompoter --version
Qompoter v0.2.6
Dependency manager for C++/Qt by Fylhan
Qompoter v0.2.6
Dependency manager for C++/Qt by Fylhan

To enable autocompletion:
To enable autocompletion, download the script and source it in your `~/.bashrc` file:

wget https://raw.githubusercontent.com/Fylhan/qompoter/f5ede63cb54586fc0388a95da3c7cab7ee559f1f/qompoter_bash_completion.sh -O qompoter_bash_completion.sh
wget https://raw.githubusercontent.com/Fylhan/qompoter/a406500/resources/qompoter_bash_completion.sh -O qompoter_bash_completion.sh
sudo mv qompoter_bash_completion.sh /usr/share/bash-completion/completions/qompoter

And then add the following to your `~/.bashrc` or `~/.profile` file:

# Qompoter bash completation
if [ -f /usr/share/bash-completion/completions/qompoter ]; then
source /usr/share/bash-completion/completions/qompoter
fi
echo "test [ -f /usr/share/bash-completion/completions/qompoter ]; source /usr/share/bash-completion/completions/qompoter" >> ~/.bashrc

Qompoter requires Bash, Git, sed and zip.

Expand Down
9 changes: 7 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
Qompoter Roadmap
================
Version 0.2

Version 0.2 - released 2016, october
-----------

* [x] Recursive dependencies
* [x] Allow soft version management v1 (e.g. v0.3.*)
* [x] Search in the inqlude repository
* [x] Create auto-completion script
* [x] Add "--no-qompote" flag
* [ ] Clean documentation and release
* [x] Clean documentation and release

Version 0.3
-----------

* [ ] Fix Git based package issue
* [ ] Update automaticaly the inqlude repository data
* [ ] Integrate automaticly inqlude packages if possible (generate qompoter.pri, ... ?)
* [ ] Prevent from overriding changes (md5sum)
Expand All @@ -22,6 +26,7 @@ Version 0.3

Future versions
-----------

* [ ] Allow soft version management v2 (e.g. ^v1.0 etc)
* [ ] Search in other package manager repositories (QPM, CPM, ...)
* [ ] First security level: integrity of packages (md5sum)
Expand Down

0 comments on commit 7fccfc4

Please sign in to comment.