vp-build/srcpkgs/servy/template

17 lines
449 B
Bash

# Template file for 'servy'
pkgname=servy
version=1.0.0
revision=2
build_style=cargo
hostmakedepends="pkg-config"
short_desc="A tiny little web server"
maintainer="zethra <jediben97@gmail.com>"
license="Apache-2.0, MIT"
homepage="https://github.com/zethra/servy"
distfiles="https://github.com/zethra/servy/archive/${version}.tar.gz"
checksum=6da77ef18dd04c3840a5d3bebbf1552623d2357533405c32dfdb2853b8299c44
post_install() {
vlicense LICENSE-MIT
}