16 lines
447 B
Bash
16 lines
447 B
Bash
# Template file for 'miniserve'
|
|
pkgname=miniserve
|
|
version=0.2.1
|
|
revision=1
|
|
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=9d58319ae1dcf460f85114e49939ffeae8b6161de7e9dfaf6a7a985d52e998d4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|