net-im/wemeet: Wemeet - Tencent Video Conferencing (#1186)
[gentoo-zh.git] / app-arch / zchunk / zchunk-1.1.16.ebuild
blob4514dcd21c45ce0a9de02c1d449c00bc1d18d971
1 # Copyright 2017-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 inherit meson
7 SRC_URI="https://github.com/zchunk/zchunk/archive/refs/tags/${PV}.tar.gz -> ${PN}-${PV}.tar.gz"
8 KEYWORDS="~amd64"
9 DESCRIPTION="A format designed for highly efficient deltas while maintaining good compression"
10 HOMEPAGE="https://github.com/zchunk/zchunk"
11 LICENSE="BSD"
12 SLOT="0"
13 IUSE=""
14 RDEPEND=""
15 DEPEND="
16         net-misc/curl
17         app-arch/zstd
19 BDEPEND="${DEPEND}"
21 S="${WORKDIR}/${PN}-${PV}"