blob: 5542ff7c00518c9002c945e9530d344fac0c9c5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
pkgbase = gcopy
pkgdesc = A clipboard synchronization service for different devices that can synchronize text, screenshots, and files
pkgver = 1.4.3
pkgrel = 1
url = https://github.com/llaoj/gcopy
arch = i686
arch = pentium4
arch = x86_64
arch = arm
arch = armv7h
arch = armv6h
arch = aarch64
arch = riscv64
license = MIT
makedepends = go
makedepends = npm
options = !strip
source = gcopy-1.4.3.tar.gz::https://github.com/llaoj/gcopy/archive/refs/tags/v1.4.3.tar.gz
source = gcopy-web.env
source = gcopy-web.service
source = gcopy.env
source = gcopy.service
source = gcopy.sysusers
sha256sums = d56ff04ee330140bc7aa97b6c67e0c33bd217aa6a16597c4d3ea8bf878081870
sha256sums = 1b47cd9ba854ec53df8de892c906cf74a687f237ca141b200aada620316200ee
sha256sums = e0a382959b7ab55c45743506113aab6d94427d68dacdfd971cc8ba2b484d954c
sha256sums = 1fbb6961942c7c1f9e8876613d10356608e84e00914ac9acf7b134a4366b350b
sha256sums = f052954e81b58a02e429eef3e19a54b53a900c2ad2a3e251ecaa9b783367f2f5
sha256sums = f4cebdaa1dc7e571b53fbbc48651af3d657cb7dd5c0e39e353a2646a9ccf1cb0
pkgname = gcopy
pkgdesc = A clipboard synchronization service for different devices that can synchronize text, screenshots, and files (backend)
optdepends = gcopy-web: gcopy frontend
backup = etc/gcopy/gcopy.env
pkgname = gcopy-web
pkgdesc = A clipboard synchronization service for different devices that can synchronize text, screenshots, and files (frontend)
depends = nodejs
optdepends = gcopy: gcopy backend
backup = etc/gcopy/gcopy-web.env
|