void-packages/srcpkgs/taizen/template

25 lines
707 B
Bash
Raw Normal View History

# Template file for 'taizen'
pkgname=taizen
version=0.0.0.20180808
2018-10-19 12:37:51 +00:00
revision=3
_githash=39f77b5c1128d710b12244e433677daaf87c085e
wrksrc="${pkgname}-${_githash}"
2018-10-01 23:03:49 +00:00
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
2018-10-01 23:03:49 +00:00
nocross="Attempts to run non-native binaries during build"
2018-10-19 12:37:51 +00:00
pre_build() {
cargo update --package openssl-sys --precise 0.9.35
}
2018-10-01 23:03:49 +00:00
post_install () {
vlicense LICENSE
}