16 lines
463 B
Bash
16 lines
463 B
Bash
# Template file for 'miniserve'
|
|
pkgname=miniserve
|
|
version=0.3.0
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="CLI tool to serve files and dirs over HTTP"
|
|
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/svenstaro/miniserve"
|
|
distfiles="https://github.com/svenstaro/miniserve/archive/v${version}.tar.gz"
|
|
checksum=80ee5d661730ddad14671f961b560467f3b3a9f0544b9b11dec65098eb4a1f7e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|