New package: taizen-0.0.0.20180808 (#1146)

closes #1105
This commit is contained in:
travankor 2018-08-14 01:34:58 -07:00 committed by cr6git
parent 3af5900b3e
commit 8f8b529b3b

23
srcpkgs/taizen/template Normal file
View file

@ -0,0 +1,23 @@
# Template file for 'taizen'
pkgname=taizen
version=0.0.0.20180808
revision=1
_githash=39f77b5c1128d710b12244e433677daaf87c085e
wrksrc="${pkgname}-${_githash}"
hostmakedepends="cargo libressl-devel pkg-config 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=yes
do_build() {
cargo build --release ${makejobs}
}
do_install() {
vbin target/release/${pkgname}
vlicense LICENSE
}