summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b086cf9562ca894bed76efed0dd4589e4f80cd4a (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
# Maintainer: Dominik Schwaiger <mail@dominik-schwaiger.ch>
pkgname=thunar-nextcloud-plugin
pkgver=1.0
pkgrel=1
epoch=
pkgdesc=" A plugin for sharing files via the Nextcloud client from within the Thunar file manager"
arch=("x86_64")
url="https://github.com/frederikmoellers/thunar-nextcloud-plugin"
license=('GPL-3')
groups=()
depends=("thunar" "nextcloud-client" "gcc" "unzip" "gtk3")
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("https://github.com/frederikmoellers/thunar-nextcloud-plugin/archive/3015ee5bce2db072a2eeaa158150af2d7c0bfba6.zip")
noextract=()
sha256sums=("d43e249fb9771a857dcca706a912cc631da7bbe259e5cdaac2a7eaa725ffda82")
validpgpkeys=()

package() {
	unzip -f 3015ee5bce2db072a2eeaa158150af2d7c0bfba6.zip
	cd thunar-nextcloud-plugin-3015ee5bce2db072a2eeaa158150af2d7c0bfba6
	bash compile.sh
	install -D thunar-nextcloud-plugin.so "$pkgdir"/usr/lib/thunarx-3/thunar-nextcloud-plugin.so
}