From 5bb40c1410cc648079eb7b11a464cce303b279c8 Mon Sep 17 00:00:00 2001 From: bendn Date: Tue, 14 Nov 2023 16:50:40 +0700 Subject: [PATCH] release on crates.io --- Cargo.toml | 6 ++++-- README.md | 25 +------------------------ 2 files changed, 5 insertions(+), 26 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2505971..3085600 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,12 @@ [package] -name = "godot-package-manager" -version = "1.4.0" +name = "gpm" +version = "1.4.1" edition = "2021" authors = ["bendn "] description = "A package manager for godot" repository = "https://github.com/godot-package-manager/cli" +keywords = ["godot", "package-manager"] +categories = ["development-tools::build-utils", "game-development"] license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 2421d09..9564154 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,12 @@ # Godot Package Manager rust client [![discord](https://img.shields.io/discord/853476898071117865?label=chat&logo=discord&style=for-the-badge&logoColor=white)](https://discord.gg/6mcdWWBkrr "Chat on Discord") -[![aur](https://img.shields.io/aur/version/godot-package-manager-git?color=informative&logo=archlinux&logoColor=white&style=for-the-badge)](https://aur.archlinux.org/packages/godot-package-manager-git "AUR package") ## Installation > **Note** read the [using packages quickstart](https://github.com/godot-package-manager#using-packages-quickstart) first. -
-Manual - -1. Download the [latest version](https://github.com/godot-package-manager/cli/releases/latest) -2. Move the executable to your `PATH` as `gpm` - -
-
-ArchLinux - -There's an AUR package available: [godot-package-manager-git](https://aur.archlinux.org/packages/godot-package-manager-git) - -> **Note** This package installs to /usr/bin/godot-package-manager to avoid conflicts with [general purpose mouse](https://www.nico.schottelius.org/software/gpm/). Assuming you have `yay` installed: - -1. `yay -S godot-package-manager-git` - -
+1. `cargo install gpm` ## Usage @@ -35,9 +18,3 @@ gpm tree # prints the tree of installed packages, looks like # └── @bendn/test@2.0.10 # └── @bendn/gdcli@1.2.5 ``` - -## Compiling - -1. `git clone --depth 5 https://github.com/godot-package-manager/client`) -2. `cargo build -r` -3. Executable is `target/release/godot-package-manager`