servy: update to 1.0.0.

Closes #14221.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-05-07 19:56:02 -03:00 committed by Enno Boland
parent 07dc7f5c21
commit bcc67eb4d0

View file

@ -1,6 +1,6 @@
# Template file for 'servy' # Template file for 'servy'
pkgname=servy pkgname=servy
version=0.3.0 version=1.0.0
revision=1 revision=1
hostmakedepends="cargo rust pkg-config" hostmakedepends="cargo rust pkg-config"
short_desc="A tiny little web server" short_desc="A tiny little web server"
@ -8,7 +8,7 @@ maintainer="zethra <jediben97@gmail.com>"
license="Apache-2.0, MIT" license="Apache-2.0, MIT"
homepage="https://github.com/zethra/servy" homepage="https://github.com/zethra/servy"
distfiles="https://github.com/zethra/servy/archive/v${version}.tar.gz" distfiles="https://github.com/zethra/servy/archive/v${version}.tar.gz"
checksum=f75a829a7ff73beb99fc734d41a1bdbd23c29c7e1794e59be699db474b8b5a89 checksum=6da77ef18dd04c3840a5d3bebbf1552623d2357533405c32dfdb2853b8299c44
nocross=yes nocross=yes
do_build() { do_build() {
@ -20,7 +20,6 @@ do_check() {
} }
do_install() { do_install() {
vbin target/release/"${pkgname}" vbin target/release/servy
vlicense LICENSE-APACHE
vlicense LICENSE-MIT vlicense LICENSE-MIT
} }