Metadata-Version: 2.1
Name: sink
Version: 0.1.0b2
Summary: Arch Linux AUR installer for the lazy
Home-page: http://github.com/mikeshultz/sink
Author: Mike Shultz
Author-email: mike@mikeshultz.com
License: GPLv3
Keywords: archlinux aur installer
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: System :: Software Distribution
Classifier: Topic :: System :: Systems Administration
Description-Content-Type: text/markdown
Requires-Dist: coloredlogs (>=10.0)
Requires-Dist: requests (>=2.20.0)
Requires-Dist: semantic-version (>=2.6.0)
Provides-Extra: dev
Requires-Dist: wheel (>=0.32.3) ; extra == 'dev'
Requires-Dist: twine (>=1.12.1) ; extra == 'dev'

# Sink

Arch Linux AUR installer for the lazy.  Probably still a little buggy.  Please report any issues in
the GitHub issue tracker.

    usage: sink [-h] [-i] [-d DIR] [-y] [--debug] PKGNAME [PKGNAME ...]

    Download and install packages from AUR

    positional arguments:
      PKGNAME            Packages to install from AUR

    optional arguments:
      -h, --help         show this help message and exit
      -i, --install      Install the package, don't just download and unpack
      -d DIR, --dir DIR  Use this directory to build
      -y, --noconfirm    Do not confirm before installing packages, and do not review PKGBUILDs  NOT RECOMMENDED
      --debug            Show debug messages

