Fix libsearpc add subpackage -pyc
Some checks failed
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Has been cancelled

This commit is contained in:
ITmodulo 2024-01-31 12:12:06 +01:00
commit fa3da9eeb0
3 changed files with 5 additions and 10 deletions

View file

@ -9,6 +9,7 @@ url="https://github.com/haiwen/libsearpc"
license="Apache-2.0"
depends="py3-gobject3 py3-simplejson"
makedepends="musl-dev jansson-dev py3-gobject3-dev glib-dev autoconf automake libtool pkgconf"
subpackages="$pkgname-pyc"
_pkgver="${pkgver%.*}-latest"
source="libsearpc-$_pkgver.tar.gz::$url/archive/v$_pkgver.tar.gz"

View file

@ -7,16 +7,9 @@ pkgdesc="An online file storage and collaboration tool"
arch="all"
url="https://github.com/haiwen/$pkgname"
license="GPL-2.0-only"
depends="
libsearpc
py3-future
fuse
"
depends="libsearpc py3-future fuse"
makedepends="vala intltool libevent-dev fuse-dev libwebsockets-dev sqlite-dev py3-future libsearpc libtool automake autoconf pkgconf curl-dev"
subpackages="$pkgname-doc $pkgname-pyc"
source="seafile-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
prepare() {