zou: remove package

- the package is now broken for over 1 year
- upstream is dead
This commit is contained in:
John 2021-02-18 19:43:56 +01:00
parent 9ed63fc5a8
commit 1c0cfafe48
3 changed files with 2 additions and 34 deletions

View file

@ -1,7 +1,7 @@
# Template file for 'removed-packages'
pkgname=removed-packages
version=0.1
revision=28
revision=29
build_style=meta
short_desc="Uninstalls packages removed from repository"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
@ -247,6 +247,7 @@ replaces="
nvidia340-dkms<=340.108_4
nvidia340-opencl<=340.108_4
nvidia340-libs<=340.108_4
zou<=0.2.0_7
zuluplay<=1.1_1
zuluplay-devel<=1.1_1
"

View file

@ -1,10 +0,0 @@
--- Cargo.toml.orig 2018-10-30 00:19:23.713512967 +0100
+++ Cargo.toml 2018-10-30 00:20:02.501175591 +0100
@@ -46,3 +46,7 @@
lto = false
debug-assertions = true
panic = 'unwind'
+
+
+[patch.crates-io]
+openssl-sys = {git = 'https://github.com/jnbr/rust-openssl', rev = "5675404012996556db6bef9f8589536241561699"}

View file

@ -1,23 +0,0 @@
# Template file for 'zou'
pkgname=zou
version=0.2.0
revision=6
build_style=cargo
hostmakedepends="pkg-config"
makedepends="libressl-devel"
short_desc="Simple and fast download accelerator, written in Rust"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/k0pernicus/zou"
distfiles="https://github.com/k0pernicus/zou/archive/v${version}.tar.gz"
checksum=cb47cb1023991135c2ae168f436f3ddae497393d7ac3c8b15a174eef2a191f3f
broken="constraints force old openssl crate, incompatible with libressl"
pre_build() {
cargo update
cargo update --package openssl-sys --precise 0.9.35
}
post_install() {
vlicense LICENSE
}