25 lines
773 B
Bash
25 lines
773 B
Bash
# 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
|
|
}
|