void-packages/srcpkgs/miniserve/template
2019-01-11 13:34:29 -02:00

15 lines
448 B
Bash

# Template file for 'miniserve'
pkgname=miniserve
version=0.2.2
revision=1
build_style=cargo
short_desc="CLI tool to serve files and dirs over HTTP"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/svenstaro/miniserve"
distfiles="https://github.com/svenstaro/miniserve/archive/v${version}.tar.gz"
checksum=f15efc4ccbddc25dc01ce0b6db8c6edb63de2d0bccedea29b489e254aa92d590
post_install() {
vlicense LICENSE
}