pkgname=seafile pkgver=9.0.11 pkgrel=1 pkgdesc="Open source cloud storage with advanced features on privacy protection and teamwork." arch=('x86_64') url="https://github.com/haiwen/seafile/" license=('GPLv3') depends=('libsearpc' 'fuse3' 'python3-future' 'libevent' 'sqlite' 'libwebsockets') makedepends=('intltool' 'vala') source=("https://github.com/haiwen/seafile/archive/v${pkgver}.tar.gz") md5sums=('8e8d63d42ebe298c1c62f38d9e2e118b') build() { cd ${pkgname}-${pkgver} ./autogen.sh ./configure --prefix=/usr #--disable-server \ #--enable-client make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }