mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
seafile-pro-server-7.1.6.ebuild
This commit is contained in:
parent
b596057b4f
commit
f296bbb6ce
2 changed files with 5 additions and 1 deletions
1
www-apps/seafile-pro-server/Manifest
Normal file
1
www-apps/seafile-pro-server/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST seafile-pro-server_7.1.6_x86-64_CentOS.tar.gz 104394960 BLAKE2B 4acf76c14b6689067fd9799674328e84a412cd83b83ada13f73a46a7a87bafb9c122857b34aa89d2fa7098e72b2d514f40157b5e3ff67df6c2baba459a5adaaf SHA512 5349b5e105f514f4136e1f0f5b9a1daacadd56e21b6225be4f8790ced8f05dfd580dc6bfb4a2d1816dc65b32f50b7211f55aa3bc99cb04d64321acd2add1406c
|
||||
|
|
@ -5,12 +5,15 @@ EAPI=7
|
|||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
inherit python-single-r1
|
||||
|
||||
MY_P="seafile-pro-server_${PV}_x86-64_CentOS.tar.gz"
|
||||
|
||||
DESCRIPTION="Meta package for Seafile Pro Edition, file sync share solution"
|
||||
HOMEPAGE="https://github.com/haiwen/seafile-server/ http://www.seafile.com/"
|
||||
SRC_URI="https://download.seafile.com/d/6e5297246c/files/?p=%2Fpro%2F${MY_P}&dl=1 -> ${MY_P}"
|
||||
|
||||
LICENSE="GPL-2+-with-openssl-exception"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="fuse mysql psd sqlite"
|
||||
|
||||
#https://download.seafile.com/published/seafile-manual/upgrade/upgrade_notes_for_7.1.x.md
|
||||
Loading…
Reference in a new issue