forked from transcode-open/apt-cyg
-
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 remote-tracking branch 'upstream/master'
Conflicts: README.md
- Loading branch information
Showing
1 changed file
with
29 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,47 @@ | ||
apt-cyg | ||
======= | ||
# apt-cyg | ||
|
||
apt-cyg is a command-line installer for Cygwin which cooperates with Cygwin Setup and uses the same repository. The syntax is similar to apt-get. Usage examples: | ||
|
||
* "apt-cyg install <package names>" to install packages | ||
* "apt-cyg remove <package names>" to remove packages | ||
* "apt-cyg update" to update setup.ini | ||
* "apt-cyg show" to show installed packages | ||
* "apt-cyg find <pattern(s)>" to find packages matching patterns | ||
* "apt-cyg describe <pattern(s)>" to describe packages matching patterns | ||
* "apt-cyg packageof <commands or files>" to locate parent packages | ||
* `apt-cyg install <package names>` to install packages | ||
* `apt-cyg remove <package names>` to remove packages | ||
* `apt-cyg update` to update setup.ini | ||
* `apt-cyg show` to show installed packages | ||
* `apt-cyg find <pattern(s)>` to find packages matching patterns | ||
* `apt-cyg describe <pattern(s)>` to describe packages matching patterns | ||
* `apt-cyg packageof <commands or files>` to locate parent packages | ||
|
||
Quick start | ||
----------- | ||
## Quick start | ||
|
||
apt-cyg is a simple script. Once you have a copy, make it executable: | ||
|
||
# chmod +x /bin/apt-cyg | ||
``` | ||
chmod +x /bin/apt-cyg | ||
``` | ||
|
||
Optionally place apt-cyg in a bin/ folder on your path. | ||
Optionally place apt-cyg in a bin/ folder on your `$PATH`. | ||
|
||
Then use apt-cyg, for example: | ||
|
||
# apt-cyg install nano | ||
``` | ||
apt-cyg install nano | ||
``` | ||
|
||
Contributing | ||
------------ | ||
## Contributing | ||
|
||
This project has been re-published on GitHub to make contributing easier. Feel free to fork and modify this script. | ||
|
||
The [Google Code project](https://code.google.com/p/apt-cyg/) has a list of open issues. | ||
The [Google Code project](https://code.google.com/p/apt-cyg/) also has a list of open issues. | ||
|
||
Changelog | ||
--------- | ||
## Changelog | ||
|
||
[2013-10-23] added multiarch support, autor: https://github.com/aguynamedryan/apt-cyg | ||
### v0.59 | ||
|
||
[2013-10-23] added xz archives support, autor: ernierasta | ||
* Added xz archives support | ||
|
||
### v0.58 | ||
|
||
* Added multiarch support | ||
|
||
### v0.57 | ||
|
||
* Tagged Google Code SVN repo status |