From 5d42cb594bd7f1b1c4d034d357e312d2e080ed2a Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 7 May 2018 14:44:02 -0400 Subject: [PATCH] Build hub prerelease Signed-off-by: Stephen Gallagher --- hub.yaml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 hub.yaml diff --git a/hub.yaml b/hub.yaml new file mode 100644 index 0000000..68ea89b --- /dev/null +++ b/hub.yaml @@ -0,0 +1,37 @@ +--- +document: modulemd +version: 2 +data: + summary: A command-line wrapper for git with github shortcuts + description: >- + hub is a command line tool that wraps `git` in order to extend it with extra + features and commands that make working with GitHub easier. + + $ hub clone rtomayko/tilt + + # expands to: + $ git clone git://github.com/rtomayko/tilt.git + license: + module: + - MIT + dependencies: + - buildrequires: + platform: [] + requires: + platform: [] + references: + community: https://hub.github.com + documentation: https://hub.github.com + tracker: https://github.com/github/hub/issues + profiles: + default: + rpms: + - hub + api: + rpms: + - hub + components: + rpms: + hub: + rationale: A command-line wrapper for git with github shortcuts + ref: pre-release