taizen: remove package

Broken, no tagged releases.
This commit is contained in:
UsernameRandomlyGenerated 2021-02-17 18:35:42 +01:00 committed by Érico Nogueira Rolim
parent 087e1adf9f
commit 1df1677271
3 changed files with 1 additions and 35 deletions

View file

@ -229,6 +229,7 @@ replaces="
sqlite-replication<=3.32.3_2
tagainijisho<=1.0.3_1
tlsdate<=0.0.13_16
taizen<=0.0.0.20180808_4
ttyload-git<=20141117_4
tuxc<=1.1_3
urlmatch-git<=20141116_2

View file

@ -1,10 +0,0 @@
--- Cargo.toml.orig 2018-10-30 00:39:37.753448674 +0100
+++ Cargo.toml 2018-10-30 00:40:01.649440996 +0100
@@ -13,3 +13,7 @@
urlencoding = "1.0.0"
clap = "2.32.0"
lazy_static = "1.0.2"
+
+
+[patch.crates-io]
+openssl-sys = {git = 'https://github.com/jnbr/rust-openssl', rev = "5675404012996556db6bef9f8589536241561699"}

View file

@ -1,25 +0,0 @@
# Template file for 'taizen'
pkgname=taizen
version=0.0.0.20180808
revision=4
_githash=39f77b5c1128d710b12244e433677daaf87c085e
wrksrc="${pkgname}-${_githash}"
build_style=cargo
hostmakedepends="pkg-config"
makedepends="libressl-devel ncurses-devel"
short_desc="Browse mediawiki pages from the command line"
maintainer="travankor <travankor@tuta.io>"
license="MIT"
homepage="https://github.com/NerdyPepper/taizen"
distfiles="${homepage}/archive/${_githash}.tar.gz"
checksum=7de71509bc2b4494af1e103ddb18e0eeafe0bd90c797d6cae343c44f583bfd15
nocross="Attempts to run non-native binaries during build"
broken="constraints force old openssl, incompatible with libressl"
pre_build() {
cargo update --package openssl-sys --precise 0.9.35
}
post_install() {
vlicense LICENSE
}