void-packages/srcpkgs/zou/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

22 lines
579 B
Bash

# 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
pre_build() {
cargo update
cargo update --package openssl-sys --precise 0.9.35
}
post_install() {
vlicense LICENSE
}