mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
8e4e5220ea
commit
ca76d8ce91
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'dpp'
|
# Template file for 'dpp'
|
||||||
pkgname=dpp
|
pkgname=dpp
|
||||||
version=10.0.29
|
version=10.0.30
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DDPP_NO_VCPKG=ON -DDPP_USE_EXTERNAL_JSON=ON"
|
configure_args="-DDPP_NO_VCPKG=ON -DDPP_USE_EXTERNAL_JSON=ON -DDPP_CORO=ON"
|
||||||
cmake_builddir=build
|
cmake_builddir=build
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libsodium-devel opus-devel zlib-devel openssl-devel json-c++"
|
makedepends="libsodium-devel opus-devel zlib-devel openssl-devel json-c++"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Lunar Starstrum <lunar@forsaken-borders.net>"
|
||||||
license=Apache-2.0
|
license=Apache-2.0
|
||||||
homepage="https://dpp.dev"
|
homepage="https://dpp.dev"
|
||||||
distfiles="https://github.com/brainboxdotcc/DPP/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/brainboxdotcc/DPP/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=a37e91fbdabee20cb0313700588db4077abf0ebabafe386457d999d22d2d0682
|
checksum=fb7019770bd5c5f0539523536250da387ee1fa9c92e59c0bcff6c9adaf3d77e8
|
||||||
|
|
||||||
dpp-devel_package() {
|
dpp-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue