From 6acb79677a2167b234f79e5f2a6a1699cb3f1872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=9Cmit=20=C3=96zden?= Date: Thu, 28 Jul 2022 22:55:33 +0300 Subject: [PATCH] README.md updated & Repo added to the AUR --- docs/index.md | 29 +++++++++++++++++++++-------- pkgbuilds/PKGBUILD | 2 +- 2 files changed, 22 insertions(+), 9 deletions(-) diff --git a/docs/index.md b/docs/index.md index f7385e6..eba2a03 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,6 +2,8 @@

Code Size Repo Size + Stars + License

@@ -30,14 +32,25 @@ sys 0m0.028s ``` ## Installation -```sh -# Clone the repository -git clone https://github.com/mehmetumit/colpick.git -# Change directory -cd colpick -# Install with make -make install -``` +- Arch Linux: + - Install via AUR + ```sh + yay -S colpick + ``` + - Or by using the PKGBUILD [colpick](pkgbuilds/PKGBUILD) + ```sh + cd pkgbuilds/ + makepkg -si + ``` +- In General: + ```sh + # Clone the repository + git clone https://github.com/mehmetumit/colpick.git + # Change directory + cd colpick + # Install with make + make install + ``` ## Usage ``` diff --git a/pkgbuilds/PKGBUILD b/pkgbuilds/PKGBUILD index 0385639..b78a1c1 100644 --- a/pkgbuilds/PKGBUILD +++ b/pkgbuilds/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Mehmet Ümit Özden pkgname=colpick -pkgver=1.2.0 +pkgver=1.5.0 pkgrel=1 pkgdesc="Pick color at the current position of the mouse" arch=(any)