| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 712f04c1e8bd57c6d22387c8c0b01c3ef161b5d4 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Mon May 23 18:56:23 2022 +0200 |
4 | |
5 | Auto-Commit Update - 20220523 |
6 | --- |
7 | PKGBUILD | 3 ++- |
8 | qcopy.install | 3 +++ |
9 | 2 files changed, 5 insertions(+), 1 deletion(-) |
10 | |
11 | diff --git a/PKGBUILD b/PKGBUILD |
12 | index 682f37d..261a8b6 100644 |
13 | --- a/PKGBUILD |
14 | +++ b/PKGBUILD |
15 | @@ -1,13 +1,14 @@ |
16 | # Maintainer: Connor Etherington <[email protected]> |
17 | # --- |
18 | pkgname=qcopy |
19 | -pkgver=1.0 |
20 | +pkgver=1.1 |
21 | pkgrel=1 |
22 | pkgdesc="Easily set variables and their respective values for easy access at any point" |
23 | arch=(any) |
24 | url="https://gitlab.com/a4to/${pkgname}" |
25 | license=('MIT') |
26 | depends=(fzf dialog xclip bat) |
27 | +install="qcopy.install" |
28 | source=( |
29 | "https://concise.cc/pkg/${pkgname}-${pkgver}-${pkgrel}-$arch.pkg.tar.zst" |
30 | "https://concise.cc/pkg/${pkgname}-${pkgver}-${pkgrel}-$arch.pkg.tar.zst.sig" |
31 | diff --git a/qcopy.install b/qcopy.install |
32 | new file mode 100644 |
33 | index 0000000..911d4ec |
34 | --- /dev/null |
35 | +++ b/qcopy.install |
36 | @@ -0,0 +1,3 @@ |
37 | +post_install() { |
38 | + ln -s /usr/bin/qcopy /usr/bin/qcp |
39 | +} |