Added seafile and deps
All checks were successful
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Successful in 2h8m12s
All checks were successful
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Successful in 2h8m12s
This commit is contained in:
parent
18f296adf5
commit
e1c3f3980f
6 changed files with 205 additions and 1 deletions
44
srcpkgs/seafile/APKBUILD
Normal file
44
srcpkgs/seafile/APKBUILD
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# Contributor: ITmodulo <itmodulo@disroot.org>
|
||||
# Maintainer: ITmodulo <itmodulo@disroot.org>
|
||||
pkgname=seafile
|
||||
pkgver=9.0.4
|
||||
pkgrel=1
|
||||
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
|
||||
"
|
||||
|
||||
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() {
|
||||
default_prepare
|
||||
cd "$srcdir/seafile-$pkgver"
|
||||
sed -i 's|(DESTDIR)@prefix@|@prefix@|' './lib/libseafile.pc.in'
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$srcdir/seafile-$pkgver"
|
||||
./autogen.sh
|
||||
./configure \
|
||||
--enable-console \
|
||||
--prefix='/usr' \
|
||||
PYTHON='/usr/bin/python3'
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/seafile-$pkgver"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
sha512sums="
|
||||
b0aece4330054d5d0b417370ed2160f4c4ef0c67e41335a2cad7f68e745302aa7fab5d46de411e9d24135ab67b782872d7b771bdcd5c5c1e14978086fc7e4d3e seafile-9.0.4.tar.gz
|
||||
"
|
||||
Loading…
Add table
Add a link
Reference in a new issue