16 lines
447 B
Bash
16 lines
447 B
Bash
# Template file for 'miniserve'
|
|
pkgname=miniserve
|
|
version=0.2.0
|
|
revision=2
|
|
build_style=cargo
|
|
short_desc="CLI tool to serve files and dirs over HTTP"
|
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
|
license="MIT"
|
|
homepage="https://github.com/svenstaro/miniserve"
|
|
distfiles="https://github.com/svenstaro/miniserve/archive/v${version}.tar.gz"
|
|
checksum=2a0d4c7563b3b1b75ba0cccc69236976dc916378a41e7f994e28f8a766bded4c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|