summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b3915f016d832c6445e34b5ee87ac511f745d9f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pkgname=davesync
pkgver=0.1.3
pkgrel=1
pkgdesc='Synchonizes and encrypts a local directory with a remote WebDAV folder'
arch=('any')
url=https://github.com/Junker/davesync
license=('GPL3')
depends=('python-webdav4' 'python-colorlog' 'python-gnupg')
source=("https://github.com/Junker/$pkgname/archive/refs/tags/$pkgver.zip")
sha256sums=('dc0749e5f5cac5be03477b928f01fdf557be802fae16a1cae7b3659c01a639a8')

package() {
    mkdir -p "${pkgdir}/usr/bin"
	install -Dm755 $srcdir/$pkgname-$pkgver/$pkgname.py $pkgdir/usr/bin/$pkgname
}